Html Css Color HEX #C471CE Orchid

📋 copy color: '#C471CE'

red 196 ◦ green 113 ◦ blue 206

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

Shades of Orchid #C471CE

Tints of Orchid #C471CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.94%

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

R = 38.06%
G = 21.94%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C471CE (or 0xC471CE) is known color: Orchid. HEX triplet: C4, 71 and CE. RGB value is (196,113,206). Sum of RGB (Red+Green+Blue) = 196+113+206=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #C471CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471CE is #3B8E31. Grayscale: #949494. Windows color (decimal): -3903026 or 13529540. OLE color: 13529540.

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

Color convert

RGB 196 113 206 -
CMYK 0.05 0.45 0 0.19
HSL 293.55º 0.49% 0.63% -
HSV(B) 293.55º 0.45% 0.81% -
XYZ 39.81 28 61.7 -
YUV 148.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 196 113 206 0.05 0.45 0 0.19 293.55 0.49 0.63
Hex C4 71 CE 5 2D 0 13 126 31 3F
Octal 304 161 316 5 55 0 23 446 61 77
Binary 11000100 1110001 11001110 101 101101 0 10011 100100110 110001 111111

Color Harmonies of #C471CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471CE

Black with #C471CE

Text Example


Text Example

White with #C471CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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