Html Css Color HEX #D966C3 Orchid

📋 copy color: '#D966C3'

red 217 ◦ green 102 ◦ blue 195

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

Shades of Orchid #D966C3

Tints of Orchid #D966C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.94%

R = 42.22%
G = 19.84%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D966C3 (or 0xD966C3) is known color: Orchid. HEX triplet: D9, 66 and C3. RGB value is (217,102,195). Sum of RGB (Red+Green+Blue) = 217+102+195=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D966C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966C3 is #26993C. Grayscale: #929292. Windows color (decimal): -2529597 or 12805849. OLE color: 12805849.

HSL color Cylindrical-coordinate representation of color #D966C3: hue angle of 311.48º 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 #D966C3 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 195 -
CMYK 0 0.53 0.10 0.15
HSL 311.48º 0.6% 0.63% -
HSV(B) 311.48º 0.53% 0.85% -
XYZ 43.22 28.19 54.79 -
YUV 146.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 217 102 195 0 0.53 0.10 0.15 311.48 0.6 0.63
Hex D9 66 C3 0 35 A F 137 3C 3F
Octal 331 146 303 0 65 12 17 467 74 77
Binary 11011001 1100110 11000011 0 110101 1010 1111 100110111 111100 111111

Color Harmonies of #D966C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966C3

Black with #D966C3

Text Example


Text Example

White with #D966C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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