Html Css Color HEX #C25CCF Medium Orchid

📋 copy color: '#C25CCF'

red 194 ◦ green 92 ◦ blue 207

#C25CCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C25CCF

Tints of Medium Orchid #C25CCF

RGB

 RED value IS 194 (76.17% from 255) = 39.35%

 GREEN value IS 92 (36.33% from 255) = 18.66%

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 39.35%
G = 18.66%
B = 41.99%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C25CCF (or 0xC25CCF) is known color: Medium Orchid. HEX triplet: C2, 5C and CF. RGB value is (194,92,207). Sum of RGB (Red+Green+Blue) = 194+92+207=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C25CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CCF is #3DA330. Grayscale: #878787. Windows color (decimal): -4039473 or 13589698. OLE color: 13589698.

HSL color Cylindrical-coordinate representation of color #C25CCF: hue angle of 293.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25CCF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 92 207 -
CMYK 0.06 0.56 0 0.19
HSL 293.22º 0.55% 0.59% -
HSV(B) 293.22º 0.56% 0.81% -
XYZ 37.34 23.63 61.62 -
YUV 135.61 168.29 169.65 -
System Red Green Blue C M Y K H S L
Decimal 194 92 207 0.06 0.56 0 0.19 293.22 0.55 0.59
Hex C2 5C CF 6 38 0 13 125 37 3B
Octal 302 134 317 6 70 0 23 445 67 73
Binary 11000010 1011100 11001111 110 111000 0 10011 100100101 110111 111011

Color Harmonies of #C25CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CCF

Black with #C25CCF

Text Example


Text Example

White with #C25CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CCF; }

 p { color: rgb(194,92,207); }

 H1.HeaderClassName
 {
   color: #C25CCF;
 }
 .AnyTagClassName
 {
   color: #C25CCF;
 }
</style>

background-color css

<style>
 a { background-color: #C25CCF; }

 a { background-color: rgb(194,92,207); }

 div.DivClassName
 {
   background-color: #C25CCF;
 }
 .BgClassName
 {
   background-color: #C25CCF;
 }
</style>

border-color css

<style>
 span { border-color: #C25CCF; }

 span { border-color: rgb(194,92,207); }

 td.TdClassName
 {
   border-color: #C25CCF;
 }
 .TagClassName
 {
   border-color: #C25CCF;
 }
</style>