Html Css Color HEX #D965DC Orchid

📋 copy color: '#D965DC'

red 217 ◦ green 101 ◦ blue 220

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

Shades of Orchid #D965DC

Tints of Orchid #D965DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.77%

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 40.33%
G = 18.77%
B = 40.89%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D965DC (or 0xD965DC) is known color: Orchid. HEX triplet: D9, 65 and DC. RGB value is (217,101,220). Sum of RGB (Red+Green+Blue) = 217+101+220=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #D965DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965DC is #269A23. Grayscale: #949494. Windows color (decimal): -2529828 or 14443993. OLE color: 14443993.

HSL color Cylindrical-coordinate representation of color #D965DC: hue angle of 298.49º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D965DC is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 101 220 -
CMYK 0.01 0.54 0 0.14
HSL 298.49º 0.63% 0.63% -
HSV(B) 298.49º 0.54% 0.86% -
XYZ 46.19 29.23 70.92 -
YUV 149.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 217 101 220 0.01 0.54 0 0.14 298.49 0.63 0.63
Hex D9 65 DC 1 36 0 E 12A 3F 3F
Octal 331 145 334 1 66 0 16 452 77 77
Binary 11011001 1100101 11011100 1 110110 0 1110 100101010 111111 111111

Color Harmonies of #D965DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965DC

Black with #D965DC

Text Example


Text Example

White with #D965DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965DC; }

 p { color: rgb(217,101,220); }

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

background-color css

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

 a { background-color: rgb(217,101,220); }

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

border-color css

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

 span { border-color: rgb(217,101,220); }

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