#d469ce

Color #D469CE Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D469CE

Tints of Orchid #D469CE

Color information

#D469CE (or 0xD469CE) is unknown color: approx Orchid. HEX triplet: D4, 69 and CE. RGB value is (212,105,206). Sum of RGB (Red+Green+Blue) = 212+105+206=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D469CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469CE is #2B9631. Grayscale: #949494. Windows color (decimal): -2856498 or 13527508. OLE color: 13527508.

HSL color Cylindrical-coordinate representation of color #D469CE: hue angle of 303.36º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D469CE is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212105206-
CMYK00.500.030.17
HSL303.36º55.44%62.16%-
HSV(B)303.36º50.47%83.14%-
XYZ43.3428.5661.62-
YUV148.51160.45173.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.54%
GREEN value IS 105 (41.41% from 255) = 20.08%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=40.54%
G=20.08%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210520600.500.030.17303.3655.4462.16
HexD469CE03231112f373e
Octal3241513160623214576776
Binary1101010011010011100111001100101110001100101111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d469ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d469ce; }

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

 H1.HeaderClassName
 {
   color: #d469ce;
 }
 .AnyTagClassName
 {
   color: #d469ce;
 }
</style>
background-color css

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

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

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

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

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

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