Html Css Color HEX #C472DA Orchid

📋 copy color: '#C472DA'

red 196 ◦ green 114 ◦ blue 218

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

Shades of Orchid #C472DA

Tints of Orchid #C472DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.59%

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 37.12%
G = 21.59%
B = 41.29%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C472DA (or 0xC472DA) is known color: Orchid. HEX triplet: C4, 72 and DA. RGB value is (196,114,218). Sum of RGB (Red+Green+Blue) = 196+114+218=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #C472DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472DA is #3B8D25. Grayscale: #969696. Windows color (decimal): -3902758 or 14316228. OLE color: 14316228.

HSL color Cylindrical-coordinate representation of color #C472DA: hue angle of 287.31º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C472DA is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 114 218 -
CMYK 0.10 0.48 0 0.15
HSL 287.31º 0.58% 0.65% -
HSV(B) 287.31º 0.48% 0.85% -
XYZ 41.44 28.83 69.71 -
YUV 150.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 196 114 218 0.10 0.48 0 0.15 287.31 0.58 0.65
Hex C4 72 DA A 30 0 F 11F 3A 41
Octal 304 162 332 12 60 0 17 437 72 101
Binary 11000100 1110010 11011010 1010 110000 0 1111 100011111 111010 1000001

Color Harmonies of #C472DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472DA

Black with #C472DA

Text Example


Text Example

White with #C472DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472DA; }

 p { color: rgb(196,114,218); }

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

background-color css

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

 a { background-color: rgb(196,114,218); }

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

border-color css

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

 span { border-color: rgb(196,114,218); }

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