Html Css Color HEX #D966CD Orchid

📋 copy color: '#D966CD'

red 217 ◦ green 102 ◦ blue 205

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

Shades of Orchid #D966CD

Tints of Orchid #D966CD

RGB

 RED value IS 217 (85.16% from 255) = 41.41%

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 41.41%
G = 19.47%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D966CD (or 0xD966CD) is known color: Orchid. HEX triplet: D9, 66 and CD. RGB value is (217,102,205). Sum of RGB (Red+Green+Blue) = 217+102+205=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D966CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966CD is #269932. Grayscale: #939393. Windows color (decimal): -2529587 or 13461209. OLE color: 13461209.

HSL color Cylindrical-coordinate representation of color #D966CD: hue angle of 306.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966CD is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 205 -
CMYK 0 0.53 0.06 0.15
HSL 306.26º 0.6% 0.63% -
HSV(B) 306.26º 0.53% 0.85% -
XYZ 44.39 28.66 60.95 -
YUV 148.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 217 102 205 0 0.53 0.06 0.15 306.26 0.6 0.63
Hex D9 66 CD 0 35 6 F 132 3C 3F
Octal 331 146 315 0 65 6 17 462 74 77
Binary 11011001 1100110 11001101 0 110101 110 1111 100110010 111100 111111

Color Harmonies of #D966CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966CD

Black with #D966CD

Text Example


Text Example

White with #D966CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966CD; }

 p { color: rgb(217,102,205); }

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

background-color css

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

 a { background-color: rgb(217,102,205); }

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

border-color css

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

 span { border-color: rgb(217,102,205); }

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