Html Css Color HEX #D66DE5 Orchid

📋 copy color: '#D66DE5'

red 214 ◦ green 109 ◦ blue 229

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

Shades of Orchid #D66DE5

Tints of Orchid #D66DE5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.75%

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 38.77%
G = 19.75%
B = 41.49%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D66DE5 (or 0xD66DE5) is known color: Orchid. HEX triplet: D6, 6D and E5. RGB value is (214,109,229). Sum of RGB (Red+Green+Blue) = 214+109+229=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #D66DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DE5 is #29921A. Grayscale: #999999. Windows color (decimal): -2724379 or 15035862. OLE color: 15035862.

HSL color Cylindrical-coordinate representation of color #D66DE5: hue angle of 292.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66DE5 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 109 229 -
CMYK 0.07 0.52 0 0.10
HSL 292.5º 0.7% 0.66% -
HSV(B) 292.5º 0.52% 0.9% -
XYZ 47.34 30.89 77.6 -
YUV 154.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 214 109 229 0.07 0.52 0 0.10 292.5 0.7 0.66
Hex D6 6D E5 7 34 0 A 124 46 42
Octal 326 155 345 7 64 0 12 444 106 102
Binary 11010110 1101101 11100101 111 110100 0 1010 100100100 1000110 1000010

Color Harmonies of #D66DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DE5

Black with #D66DE5

Text Example


Text Example

White with #D66DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DE5; }

 p { color: rgb(214,109,229); }

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

background-color css

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

 a { background-color: rgb(214,109,229); }

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

border-color css

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

 span { border-color: rgb(214,109,229); }

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