Html Css Color HEX #C470CA Orchid

📋 copy color: '#C470CA'

red 196 ◦ green 112 ◦ blue 202

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

Shades of Orchid #C470CA

Tints of Orchid #C470CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.61%

R = 38.43%
G = 21.96%
B = 39.61%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C470CA (or 0xC470CA) is known color: Orchid. HEX triplet: C4, 70 and CA. RGB value is (196,112,202). Sum of RGB (Red+Green+Blue) = 196+112+202=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #C470CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470CA is #3B8F35. Grayscale: #939393. Windows color (decimal): -3903286 or 13267140. OLE color: 13267140.

HSL color Cylindrical-coordinate representation of color #C470CA: hue angle of 296º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C470CA is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 112 202 -
CMYK 0.03 0.45 0 0.21
HSL 296º 0.46% 0.62% -
HSV(B) 296º 0.45% 0.79% -
XYZ 39.22 27.59 59.14 -
YUV 147.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 196 112 202 0.03 0.45 0 0.21 296 0.46 0.62
Hex C4 70 CA 3 2D 0 15 128 2E 3E
Octal 304 160 312 3 55 0 25 450 56 76
Binary 11000100 1110000 11001010 11 101101 0 10101 100101000 101110 111110

Color Harmonies of #C470CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470CA

Black with #C470CA

Text Example


Text Example

White with #C470CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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