Html Css Color HEX #C479D5 Orchid

📋 copy color: '#C479D5'

red 196 ◦ green 121 ◦ blue 213

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

Shades of Orchid #C479D5

Tints of Orchid #C479D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 36.98%
G = 22.83%
B = 40.19%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C479D5 (or 0xC479D5) is known color: Orchid. HEX triplet: C4, 79 and D5. RGB value is (196,121,213). Sum of RGB (Red+Green+Blue) = 196+121+213=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #C479D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479D5 is #3B862A. Grayscale: #999999. Windows color (decimal): -3900971 or 13990340. OLE color: 13990340.

HSL color Cylindrical-coordinate representation of color #C479D5: hue angle of 288.91º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C479D5 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 121 213 -
CMYK 0.08 0.43 0 0.16
HSL 288.91º 0.52% 0.65% -
HSV(B) 288.91º 0.43% 0.84% -
XYZ 41.61 30.21 66.59 -
YUV 153.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 196 121 213 0.08 0.43 0 0.16 288.91 0.52 0.65
Hex C4 79 D5 8 2B 0 10 121 34 41
Octal 304 171 325 10 53 0 20 441 64 101
Binary 11000100 1111001 11010101 1000 101011 0 10000 100100001 110100 1000001

Color Harmonies of #C479D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479D5

Black with #C479D5

Text Example


Text Example

White with #C479D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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