Html Css Color HEX #C479CE Orchid

📋 copy color: '#C479CE'

red 196 ◦ green 121 ◦ blue 206

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

Shades of Orchid #C479CE

Tints of Orchid #C479CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 37.48%
G = 23.14%
B = 39.39%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C479CE (or 0xC479CE) is known color: Orchid. HEX triplet: C4, 79 and CE. RGB value is (196,121,206). Sum of RGB (Red+Green+Blue) = 196+121+206=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #C479CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479CE is #3B8631. Grayscale: #989898. Windows color (decimal): -3900978 or 13531588. OLE color: 13531588.

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

Color convert

RGB 196 121 206 -
CMYK 0.05 0.41 0 0.19
HSL 292.94º 0.46% 0.64% -
HSV(B) 292.94º 0.41% 0.81% -
XYZ 40.74 29.87 62.01 -
YUV 153.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 196 121 206 0.05 0.41 0 0.19 292.94 0.46 0.64
Hex C4 79 CE 5 29 0 13 125 2E 40
Octal 304 171 316 5 51 0 23 445 56 100
Binary 11000100 1111001 11001110 101 101001 0 10011 100100101 101110 1000000

Color Harmonies of #C479CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479CE

Black with #C479CE

Text Example


Text Example

White with #C479CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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