Html Css Color HEX #C479CF Orchid

📋 copy color: '#C479CF'

red 196 ◦ green 121 ◦ blue 207

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

Shades of Orchid #C479CF

Tints of Orchid #C479CF

RGB

 RED value IS 196 (76.95% from 255) = 37.4%

 GREEN value IS 121 (47.66% from 255) = 23.09%

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

R = 37.4%
G = 23.09%
B = 39.5%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C479CF (or 0xC479CF) is known color: Orchid. HEX triplet: C4, 79 and CF. RGB value is (196,121,207). Sum of RGB (Red+Green+Blue) = 196+121+207=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #C479CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479CF is #3B8630. Grayscale: #989898. Windows color (decimal): -3900977 or 13597124. OLE color: 13597124.

HSL color Cylindrical-coordinate representation of color #C479CF: hue angle of 292.33º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C479CF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 121 207 -
CMYK 0.05 0.42 0 0.19
HSL 292.33º 0.47% 0.64% -
HSV(B) 292.33º 0.42% 0.81% -
XYZ 40.86 29.92 62.65 -
YUV 153.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 196 121 207 0.05 0.42 0 0.19 292.33 0.47 0.64
Hex C4 79 CF 5 2A 0 13 124 2F 40
Octal 304 171 317 5 52 0 23 444 57 100
Binary 11000100 1111001 11001111 101 101010 0 10011 100100100 101111 1000000

Color Harmonies of #C479CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479CF

Black with #C479CF

Text Example


Text Example

White with #C479CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479CF; }

 p { color: rgb(196,121,207); }

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

background-color css

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

 a { background-color: rgb(196,121,207); }

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

border-color css

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

 span { border-color: rgb(196,121,207); }

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