Html Css Color HEX #C470D3 Orchid

📋 copy color: '#C470D3'

red 196 ◦ green 112 ◦ blue 211

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

Shades of Orchid #C470D3

Tints of Orchid #C470D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.66%

R = 37.76%
G = 21.58%
B = 40.66%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C470D3 (or 0xC470D3) is known color: Orchid. HEX triplet: C4, 70 and D3. RGB value is (196,112,211). Sum of RGB (Red+Green+Blue) = 196+112+211=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 211 - color contains mainly: blue. Hex color #C470D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470D3 is #3B8F2C. Grayscale: #949494. Windows color (decimal): -3903277 or 13856964. OLE color: 13856964.

HSL color Cylindrical-coordinate representation of color #C470D3: hue angle of 290.91º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C470D3 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 112 211 -
CMYK 0.07 0.47 0 0.17
HSL 290.91º 0.53% 0.63% -
HSV(B) 290.91º 0.47% 0.83% -
XYZ 40.32 28.03 64.91 -
YUV 148.4 163.33 161.95 -
System Red Green Blue C M Y K H S L
Decimal 196 112 211 0.07 0.47 0 0.17 290.91 0.53 0.63
Hex C4 70 D3 7 2F 0 11 123 35 3F
Octal 304 160 323 7 57 0 21 443 65 77
Binary 11000100 1110000 11010011 111 101111 0 10001 100100011 110101 111111

Color Harmonies of #C470D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470D3

Black with #C470D3

Text Example


Text Example

White with #C470D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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