Html Css Color HEX #C472D1 Orchid

📋 copy color: '#C472D1'

red 196 ◦ green 114 ◦ blue 209

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

Shades of Orchid #C472D1

Tints of Orchid #C472D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 37.76%
G = 21.97%
B = 40.27%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C472D1 (or 0xC472D1) is known color: Orchid. HEX triplet: C4, 72 and D1. RGB value is (196,114,209). Sum of RGB (Red+Green+Blue) = 196+114+209=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #C472D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472D1 is #3B8D2E. Grayscale: #959595. Windows color (decimal): -3902767 or 13726404. OLE color: 13726404.

HSL color Cylindrical-coordinate representation of color #C472D1: hue angle of 291.79º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C472D1 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 114 209 -
CMYK 0.06 0.45 0 0.18
HSL 291.79º 0.51% 0.63% -
HSV(B) 291.79º 0.45% 0.82% -
XYZ 40.29 28.37 63.67 -
YUV 149.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 196 114 209 0.06 0.45 0 0.18 291.79 0.51 0.63
Hex C4 72 D1 6 2D 0 12 124 33 3F
Octal 304 162 321 6 55 0 22 444 63 77
Binary 11000100 1110010 11010001 110 101101 0 10010 100100100 110011 111111

Color Harmonies of #C472D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472D1

Black with #C472D1

Text Example


Text Example

White with #C472D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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