Html Css Color HEX #D666D4 Orchid

📋 copy color: '#D666D4'

red 214 ◦ green 102 ◦ blue 212

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

Shades of Orchid #D666D4

Tints of Orchid #D666D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.15%

R = 40.53%
G = 19.32%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D666D4 (or 0xD666D4) is known color: Orchid. HEX triplet: D6, 66 and D4. RGB value is (214,102,212). Sum of RGB (Red+Green+Blue) = 214+102+212=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D666D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666D4 is #29992B. Grayscale: #939393. Windows color (decimal): -2726188 or 13919958. OLE color: 13919958.

HSL color Cylindrical-coordinate representation of color #D666D4: hue angle of 301.07º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D666D4 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 102 212 -
CMYK 0 0.52 0.01 0.16
HSL 301.07º 0.58% 0.62% -
HSV(B) 301.07º 0.52% 0.84% -
XYZ 44.37 28.55 65.46 -
YUV 148.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 214 102 212 0 0.52 0.01 0.16 301.07 0.58 0.62
Hex D6 66 D4 0 34 1 10 12D 3A 3E
Octal 326 146 324 0 64 1 20 455 72 76
Binary 11010110 1100110 11010100 0 110100 1 10000 100101101 111010 111110

Color Harmonies of #D666D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666D4

Black with #D666D4

Text Example


Text Example

White with #D666D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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