Html Css Color HEX #D470CA Orchid

📋 copy color: '#D470CA'

red 212 ◦ green 112 ◦ blue 202

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

Shades of Orchid #D470CA

Tints of Orchid #D470CA

RGB

 RED value IS 212 (83.2% from 255) = 40.3%

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

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

R = 40.3%
G = 21.29%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D470CA (or 0xD470CA) is known color: Orchid. HEX triplet: D4, 70 and CA. RGB value is (212,112,202). Sum of RGB (Red+Green+Blue) = 212+112+202=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D470CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470CA is #2B8F35. Grayscale: #979797. Windows color (decimal): -2854710 or 13267156. OLE color: 13267156.

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

Color convert

RGB 212 112 202 -
CMYK 0 0.47 0.05 0.17
HSL 306º 0.54% 0.64% -
HSV(B) 306º 0.47% 0.83% -
XYZ 43.61 29.85 59.34 -
YUV 152.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 212 112 202 0 0.47 0.05 0.17 306 0.54 0.64
Hex D4 70 CA 0 2F 5 11 132 36 40
Octal 324 160 312 0 57 5 21 462 66 100
Binary 11010100 1110000 11001010 0 101111 101 10001 100110010 110110 1000000

Color Harmonies of #D470CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470CA

Black with #D470CA

Text Example


Text Example

White with #D470CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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