#D067C5

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

Shades of Orchid #D067C5

Tints of Orchid #D067C5

Color information

#D067C5 (or 0xD067C5) is unknown color: approx Orchid. HEX triplet: D0, 67 and C5. RGB value is (208,103,197). Sum of RGB (Red+Green+Blue) = 208+103+197=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D067C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067C5 is #2F983A. Grayscale: #909090. Windows color (decimal): -3119163 or 12937168. OLE color: 12937168.

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

Color convert

RGB208103197-
CMYK00.500.050.18
HSL306.29º52.76%60.98%-
HSV(B)306.29º50.48%81.57%-
XYZ40.9427.1455.9-
YUV145.11157.29172.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 103 (40.62% from 255) = 20.28%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=40.94%
G=20.28%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810319700.500.050.18306.2952.7660.98
HexD067C5032512132353d
Octal3201473050625224626575
Binary11010000110011111000101011001010110010100110010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D067C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D067C5; }

 p { color: rgb(208,103,197); }

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

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

 a { background-color: rgb(208,103,197); }

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

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

 span { border-color: rgb(208,103,197); }

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