#D66CBC

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

Shades of Orchid #D66CBC

Tints of Orchid #D66CBC

Color information

#D66CBC (or 0xD66CBC) is unknown color: approx Orchid. HEX triplet: D6, 6C and BC. RGB value is (214,108,188). Sum of RGB (Red+Green+Blue) = 214+108+188=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CBC is #299343. Grayscale: #949494. Windows color (decimal): -2724676 or 12348630. OLE color: 12348630.

HSL color Cylindrical-coordinate representation of color #D66CBC: hue angle of 314.72º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CBC is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214108188-
CMYK00.500.120.16
HSL314.72º56.38%63.14%-
HSV(B)314.72º49.53%83.92%-
XYZ42.1728.6550.88-
YUV148.81150.12174.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 108 (42.58% from 255) = 21.18%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=41.96%
G=21.18%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410818800.500.120.16314.7256.3863.14
HexD66CBC032C1013b383f
Octal32615427406214204737077
Binary110101101101100101111000110010110010000100111011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66CBC; }

 p { color: rgb(214,108,188); }

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

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

 a { background-color: rgb(214,108,188); }

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

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

 span { border-color: rgb(214,108,188); }

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