Html Css Color HEX #D666D7 Orchid

📋 copy color: '#D666D7'

red 214 ◦ green 102 ◦ blue 215

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

Shades of Orchid #D666D7

Tints of Orchid #D666D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.49%

R = 40.3%
G = 19.21%
B = 40.49%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D666D7 (or 0xD666D7) is known color: Orchid. HEX triplet: D6, 66 and D7. RGB value is (214,102,215). Sum of RGB (Red+Green+Blue) = 214+102+215=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #D666D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666D7 is #299928. Grayscale: #949494. Windows color (decimal): -2726185 or 14116566. OLE color: 14116566.

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

Color convert

RGB 214 102 215 -
CMYK 0.00 0.53 0 0.16
HSL 299.47º 0.59% 0.62% -
HSV(B) 299.47º 0.53% 0.84% -
XYZ 44.75 28.71 67.47 -
YUV 148.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 214 102 215 0.00 0.53 0 0.16 299.47 0.59 0.62
Hex D6 66 D7 0 35 0 10 12B 3B 3E
Octal 326 146 327 0 65 0 20 453 73 76
Binary 11010110 1100110 11010111 0 110101 0 10000 100101011 111011 111110

Color Harmonies of #D666D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666D7

Black with #D666D7

Text Example


Text Example

White with #D666D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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