Html Css Color HEX #C470D5 Orchid

📋 copy color: '#C470D5'

red 196 ◦ green 112 ◦ blue 213

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

Shades of Orchid #C470D5

Tints of Orchid #C470D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.88%

R = 37.62%
G = 21.5%
B = 40.88%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C470D5 (or 0xC470D5) is known color: Orchid. HEX triplet: C4, 70 and D5. RGB value is (196,112,213). Sum of RGB (Red+Green+Blue) = 196+112+213=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #C470D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470D5 is #3B8F2A. Grayscale: #949494. Windows color (decimal): -3903275 or 13988036. OLE color: 13988036.

HSL color Cylindrical-coordinate representation of color #C470D5: hue angle of 289.9º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C470D5 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 112 213 -
CMYK 0.08 0.47 0 0.16
HSL 289.9º 0.55% 0.64% -
HSV(B) 289.9º 0.47% 0.84% -
XYZ 40.57 28.13 66.24 -
YUV 148.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 196 112 213 0.08 0.47 0 0.16 289.9 0.55 0.64
Hex C4 70 D5 8 2F 0 10 122 37 40
Octal 304 160 325 10 57 0 20 442 67 100
Binary 11000100 1110000 11010101 1000 101111 0 10000 100100010 110111 1000000

Color Harmonies of #C470D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470D5

Black with #C470D5

Text Example


Text Example

White with #C470D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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