Html Css Color HEX #D470CE Orchid

📋 copy color: '#D470CE'

red 212 ◦ green 112 ◦ blue 206

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

Shades of Orchid #D470CE

Tints of Orchid #D470CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 40%
G = 21.13%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D470CE (or 0xD470CE) is known color: Orchid. HEX triplet: D4, 70 and CE. RGB value is (212,112,206). Sum of RGB (Red+Green+Blue) = 212+112+206=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D470CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470CE is #2B8F31. Grayscale: #989898. Windows color (decimal): -2854706 or 13529300. OLE color: 13529300.

HSL color Cylindrical-coordinate representation of color #D470CE: hue angle of 303.6º 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 #D470CE is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 112 206 -
CMYK 0 0.47 0.03 0.17
HSL 303.6º 0.54% 0.64% -
HSV(B) 303.6º 0.47% 0.83% -
XYZ 44.09 30.04 61.87 -
YUV 152.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 212 112 206 0 0.47 0.03 0.17 303.6 0.54 0.64
Hex D4 70 CE 0 2F 3 11 130 36 40
Octal 324 160 316 0 57 3 21 460 66 100
Binary 11010100 1110000 11001110 0 101111 11 10001 100110000 110110 1000000

Color Harmonies of #D470CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470CE

Black with #D470CE

Text Example


Text Example

White with #D470CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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