#DD67CB

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

Shades of Orchid #DD67CB

Tints of Orchid #DD67CB

Color information

#DD67CB (or 0xDD67CB) is unknown color: approx Orchid. HEX triplet: DD, 67 and CB. RGB value is (221,103,203). Sum of RGB (Red+Green+Blue) = 221+103+203=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67CB is #229834. Grayscale: #959595. Windows color (decimal): -2267189 or 13330397. OLE color: 13330397.

HSL color Cylindrical-coordinate representation of color #DD67CB: hue angle of 309.15º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67CB is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221103203-
CMYK00.530.080.13
HSL309.15º63.44%63.53%-
HSV(B)309.15º53.39%86.67%-
XYZ45.4529.3859.78-
YUV149.68158.09178.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 103 (40.62% from 255) = 19.54%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=41.94%
G=19.54%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110320300.530.080.13309.1563.4463.53
HexDD67CB0358D1353f40
Octal335147313065101546577100
Binary110111011100111110010110110101100011011001101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD67CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD67CB; }

 p { color: rgb(221,103,203); }

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

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

 a { background-color: rgb(221,103,203); }

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

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

 span { border-color: rgb(221,103,203); }

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