Html Css Color HEX #C470CC Orchid

📋 copy color: '#C470CC'

red 196 ◦ green 112 ◦ blue 204

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

Shades of Orchid #C470CC

Tints of Orchid #C470CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.88%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 38.28%
G = 21.88%
B = 39.84%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C470CC (or 0xC470CC) is known color: Orchid. HEX triplet: C4, 70 and CC. RGB value is (196,112,204). Sum of RGB (Red+Green+Blue) = 196+112+204=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #C470CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470CC is #3B8F33. Grayscale: #939393. Windows color (decimal): -3903284 or 13398212. OLE color: 13398212.

HSL color Cylindrical-coordinate representation of color #C470CC: hue angle of 294.78º degrees, saturation: 0.47, 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 #C470CC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 112 204 -
CMYK 0.04 0.45 0 0.2
HSL 294.78º 0.47% 0.62% -
HSV(B) 294.78º 0.45% 0.8% -
XYZ 39.46 27.68 60.39 -
YUV 147.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 196 112 204 0.04 0.45 0 0.2 294.78 0.47 0.62
Hex C4 70 CC 4 2D 0 14 127 2F 3E
Octal 304 160 314 4 55 0 24 447 57 76
Binary 11000100 1110000 11001100 100 101101 0 10100 100100111 101111 111110

Color Harmonies of #C470CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470CC

Black with #C470CC

Text Example


Text Example

White with #C470CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470CC; }

 p { color: rgb(196,112,204); }

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

background-color css

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

 a { background-color: rgb(196,112,204); }

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

border-color css

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

 span { border-color: rgb(196,112,204); }

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