Html Css Color HEX #C470CD Orchid

📋 copy color: '#C470CD'

red 196 ◦ green 112 ◦ blue 205

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

Shades of Orchid #C470CD

Tints of Orchid #C470CD

RGB

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

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

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

R = 38.21%
G = 21.83%
B = 39.96%

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

#C470CD (or 0xC470CD) is known color: Orchid. HEX triplet: C4, 70 and CD. RGB value is (196,112,205). Sum of RGB (Red+Green+Blue) = 196+112+205=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #C470CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470CD is #3B8F32. Grayscale: #939393. Windows color (decimal): -3903283 or 13463748. OLE color: 13463748.

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

Color convert

RGB 196 112 205 -
CMYK 0.04 0.45 0 0.20
HSL 294.19º 0.48% 0.62% -
HSV(B) 294.19º 0.45% 0.8% -
XYZ 39.58 27.73 61.02 -
YUV 147.72 160.33 162.44 -
System Red Green Blue C M Y K H S L
Decimal 196 112 205 0.04 0.45 0 0.20 294.19 0.48 0.62
Hex C4 70 CD 4 2D 0 14 126 30 3E
Octal 304 160 315 4 55 0 24 446 60 76
Binary 11000100 1110000 11001101 100 101101 0 10100 100100110 110000 111110

Color Harmonies of #C470CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470CD

Black with #C470CD

Text Example


Text Example

White with #C470CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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