#D665CB

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

Shades of Orchid #D665CB

Tints of Orchid #D665CB

Color information

#D665CB (or 0xD665CB) is unknown color: approx Orchid. HEX triplet: D6, 65 and CB. RGB value is (214,101,203). Sum of RGB (Red+Green+Blue) = 214+101+203=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D665CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665CB is #299A34. Grayscale: #929292. Windows color (decimal): -2726453 or 13329878. OLE color: 13329878.

HSL color Cylindrical-coordinate representation of color #D665CB: hue angle of 305.84º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665CB is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214101203-
CMYK00.530.050.16
HSL305.84º57.95%61.76%-
HSV(B)305.84º52.8%83.92%-
XYZ43.1627.9259.61-
YUV146.42159.94176.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 101 (39.84% from 255) = 19.50%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=41.31%
G=19.50%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410120300.530.050.16305.8457.9561.76
HexD665CB0355101323a3e
Octal3261453130655204627276
Binary11010110110010111001011011010110110000100110010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D665CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D665CB; }

 p { color: rgb(214,101,203); }

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

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

 a { background-color: rgb(214,101,203); }

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

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

 span { border-color: rgb(214,101,203); }

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