#CD69D4

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

Shades of Orchid #CD69D4

Tints of Orchid #CD69D4

Color information

#CD69D4 (or 0xCD69D4) is unknown color: approx Orchid. HEX triplet: CD, 69 and D4. RGB value is (205,105,212). Sum of RGB (Red+Green+Blue) = 205+105+212=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD69D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD69D4 is #32962B. Grayscale: #929292. Windows color (decimal): -3315244 or 13920717. OLE color: 13920717.

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

Color convert

RGB205105212-
CMYK0.030.5000.17
HSL296.07º55.44%62.16%-
HSV(B)296.07º50.47%83.14%-
XYZ42.1127.8465.44-
YUV147.1164.63169.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 105 (41.41% from 255) = 20.11%
BLUE value IS 212 (83.20% from 255) = 40.61%
R=39.27%
G=20.11%
B=40.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051052120.030.5000.17296.0755.4462.16
HexCD69D4332011128373e
Octal3151513243620214506776
Binary1100110111010011101010011110010010001100101000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD69D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD69D4; }

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

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

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

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

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

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

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

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