Html Css Color HEX #D666E4 Orchid

📋 copy color: '#D666E4'

red 214 ◦ green 102 ◦ blue 228

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

Shades of Orchid #D666E4

Tints of Orchid #D666E4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.75%

 BLUE value IS 228 (89.45% from 255) = 41.91%

R = 39.34%
G = 18.75%
B = 41.91%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D666E4 (or 0xD666E4) is known color: Orchid. HEX triplet: D6, 66 and E4. RGB value is (214,102,228). Sum of RGB (Red+Green+Blue) = 214+102+228=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: blue. Hex color #D666E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666E4 is #29991B. Grayscale: #959595. Windows color (decimal): -2726172 or 14968534. OLE color: 14968534.

HSL color Cylindrical-coordinate representation of color #D666E4: hue angle of 293.33º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D666E4 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 102 228 -
CMYK 0.06 0.55 0 0.11
HSL 293.33º 0.7% 0.65% -
HSV(B) 293.33º 0.55% 0.89% -
XYZ 46.49 29.4 76.62 -
YUV 149.85 172.11 173.75 -
System Red Green Blue C M Y K H S L
Decimal 214 102 228 0.06 0.55 0 0.11 293.33 0.7 0.65
Hex D6 66 E4 6 37 0 B 125 46 41
Octal 326 146 344 6 67 0 13 445 106 101
Binary 11010110 1100110 11100100 110 110111 0 1011 100100101 1000110 1000001

Color Harmonies of #D666E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666E4

Black with #D666E4

Text Example


Text Example

White with #D666E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666E4; }

 p { color: rgb(214,102,228); }

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

background-color css

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

 a { background-color: rgb(214,102,228); }

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

border-color css

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

 span { border-color: rgb(214,102,228); }

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