Html Css Color HEX #C471CD Orchid

📋 copy color: '#C471CD'

red 196 ◦ green 113 ◦ blue 205

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

Shades of Orchid #C471CD

Tints of Orchid #C471CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 38.13%
G = 21.98%
B = 39.88%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C471CD (or 0xC471CD) is known color: Orchid. HEX triplet: C4, 71 and CD. RGB value is (196,113,205). Sum of RGB (Red+Green+Blue) = 196+113+205=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #C471CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471CD is #3B8E32. Grayscale: #949494. Windows color (decimal): -3903027 or 13464004. OLE color: 13464004.

HSL color Cylindrical-coordinate representation of color #C471CD: hue angle of 294.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C471CD is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 113 205 -
CMYK 0.04 0.45 0 0.20
HSL 294.13º 0.48% 0.62% -
HSV(B) 294.13º 0.45% 0.8% -
XYZ 39.69 27.95 61.06 -
YUV 148.31 160 162.02 -
System Red Green Blue C M Y K H S L
Decimal 196 113 205 0.04 0.45 0 0.20 294.13 0.48 0.62
Hex C4 71 CD 4 2D 0 14 126 30 3E
Octal 304 161 315 4 55 0 24 446 60 76
Binary 11000100 1110001 11001101 100 101101 0 10100 100100110 110000 111110

Color Harmonies of #C471CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471CD

Black with #C471CD

Text Example


Text Example

White with #C471CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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