Html Css Color HEX #D66BDC Orchid

📋 copy color: '#D66BDC'

red 214 ◦ green 107 ◦ blue 220

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

Shades of Orchid #D66BDC

Tints of Orchid #D66BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.78%

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

R = 39.56%
G = 19.78%
B = 40.67%

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

#D66BDC (or 0xD66BDC) is known color: Orchid. HEX triplet: D6, 6B and DC. RGB value is (214,107,220). Sum of RGB (Red+Green+Blue) = 214+107+220=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #D66BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BDC is #299423. Grayscale: #979797. Windows color (decimal): -2724900 or 14445526. OLE color: 14445526.

HSL color Cylindrical-coordinate representation of color #D66BDC: hue angle of 296.81º 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 #D66BDC is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 107 220 -
CMYK 0.03 0.51 0 0.14
HSL 296.81º 0.62% 0.64% -
HSV(B) 296.81º 0.51% 0.86% -
XYZ 45.91 29.98 71.08 -
YUV 151.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 214 107 220 0.03 0.51 0 0.14 296.81 0.62 0.64
Hex D6 6B DC 3 33 0 E 129 3E 40
Octal 326 153 334 3 63 0 16 451 76 100
Binary 11010110 1101011 11011100 11 110011 0 1110 100101001 111110 1000000

Color Harmonies of #D66BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BDC

Black with #D66BDC

Text Example


Text Example

White with #D66BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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