#D269CC

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

Shades of Orchid #D269CC

Tints of Orchid #D269CC

Color information

#D269CC (or 0xD269CC) is unknown color: approx Orchid. HEX triplet: D2, 69 and CC. RGB value is (210,105,204). Sum of RGB (Red+Green+Blue) = 210+105+204=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D269CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269CC is #2D9633. Grayscale: #939393. Windows color (decimal): -2987572 or 13396434. OLE color: 13396434.

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

Color convert

RGB210105204-
CMYK00.500.030.18
HSL303.43º53.85%61.76%-
HSV(B)303.43º50%82.35%-
XYZ42.5328.1660.32-
YUV147.68159.79172.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 204 (80.08% from 255) = 39.31%
R=40.46%
G=20.23%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010520400.500.030.18303.4353.8561.76
HexD269CC03231212f363e
Octal3221513140623224576676
Binary1101001011010011100110001100101110010100101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D269CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D269CC; }

 p { color: rgb(210,105,204); }

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

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

 a { background-color: rgb(210,105,204); }

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

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

 span { border-color: rgb(210,105,204); }

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