Html Css Color HEX #D66ECA Orchid

📋 copy color: '#D66ECA'

red 214 ◦ green 110 ◦ blue 202

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

Shades of Orchid #D66ECA

Tints of Orchid #D66ECA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.91%

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 40.68%
G = 20.91%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D66ECA (or 0xD66ECA) is known color: Orchid. HEX triplet: D6, 6E and CA. RGB value is (214,110,202). Sum of RGB (Red+Green+Blue) = 214+110+202=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ECA is #299135. Grayscale: #979797. Windows color (decimal): -2724150 or 13266646. OLE color: 13266646.

HSL color Cylindrical-coordinate representation of color #D66ECA: hue angle of 306.92º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66ECA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 110 202 -
CMYK 0 0.49 0.06 0.16
HSL 306.92º 0.56% 0.64% -
HSV(B) 306.92º 0.49% 0.84% -
XYZ 43.97 29.71 59.29 -
YUV 151.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 214 110 202 0 0.49 0.06 0.16 306.92 0.56 0.64
Hex D6 6E CA 0 31 6 10 133 38 40
Octal 326 156 312 0 61 6 20 463 70 100
Binary 11010110 1101110 11001010 0 110001 110 10000 100110011 111000 1000000

Color Harmonies of #D66ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ECA

Black with #D66ECA

Text Example


Text Example

White with #D66ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ECA; }

 p { color: rgb(214,110,202); }

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

background-color css

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

 a { background-color: rgb(214,110,202); }

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

border-color css

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

 span { border-color: rgb(214,110,202); }

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