Html Css Color HEX #D66CDC Orchid

📋 copy color: '#D66CDC'

red 214 ◦ green 108 ◦ blue 220

#D66CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D66CDC

Tints of Orchid #D66CDC

RGB

 RED value IS 214 (83.98% from 255) = 39.48%

 GREEN value IS 108 (42.58% from 255) = 19.93%

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 39.48%
G = 19.93%
B = 40.59%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D66CDC (or 0xD66CDC) is known color: Orchid. HEX triplet: D6, 6C and DC. RGB value is (214,108,220). Sum of RGB (Red+Green+Blue) = 214+108+220=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #D66CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CDC is #299323. Grayscale: #989898. Windows color (decimal): -2724644 or 14445782. OLE color: 14445782.

HSL color Cylindrical-coordinate representation of color #D66CDC: hue angle of 296.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66CDC is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 108 220 -
CMYK 0.03 0.51 0 0.14
HSL 296.79º 0.62% 0.64% -
HSV(B) 296.79º 0.51% 0.86% -
XYZ 46.01 30.19 71.11 -
YUV 152.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 214 108 220 0.03 0.51 0 0.14 296.79 0.62 0.64
Hex D6 6C DC 3 33 0 E 129 3E 40
Octal 326 154 334 3 63 0 16 451 76 100
Binary 11010110 1101100 11011100 11 110011 0 1110 100101001 111110 1000000

Color Harmonies of #D66CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CDC

Black with #D66CDC

Text Example


Text Example

White with #D66CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CDC; }

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

 H1.HeaderClassName
 {
   color: #D66CDC;
 }
 .AnyTagClassName
 {
   color: #D66CDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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