Html Css Color HEX #D666C5 Orchid

📋 copy color: '#D666C5'

red 214 ◦ green 102 ◦ blue 197

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

Shades of Orchid #D666C5

Tints of Orchid #D666C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 41.72%
G = 19.88%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D666C5 (or 0xD666C5) is known color: Orchid. HEX triplet: D6, 66 and C5. RGB value is (214,102,197). Sum of RGB (Red+Green+Blue) = 214+102+197=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D666C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666C5 is #29993A. Grayscale: #929292. Windows color (decimal): -2726203 or 12936918. OLE color: 12936918.

HSL color Cylindrical-coordinate representation of color #D666C5: hue angle of 309.11º 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 #D666C5 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 102 197 -
CMYK 0 0.52 0.08 0.16
HSL 309.11º 0.58% 0.62% -
HSV(B) 309.11º 0.52% 0.84% -
XYZ 42.56 27.83 55.95 -
YUV 146.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 214 102 197 0 0.52 0.08 0.16 309.11 0.58 0.62
Hex D6 66 C5 0 34 8 10 135 3A 3E
Octal 326 146 305 0 64 10 20 465 72 76
Binary 11010110 1100110 11000101 0 110100 1000 10000 100110101 111010 111110

Color Harmonies of #D666C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666C5

Black with #D666C5

Text Example


Text Example

White with #D666C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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