Html Css Color HEX #D965D8 Orchid

📋 copy color: '#D965D8'

red 217 ◦ green 101 ◦ blue 216

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

Shades of Orchid #D965D8

Tints of Orchid #D965D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.45%

R = 40.64%
G = 18.91%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D965D8 (or 0xD965D8) is known color: Orchid. HEX triplet: D9, 65 and D8. RGB value is (217,101,216). Sum of RGB (Red+Green+Blue) = 217+101+216=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D965D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D965D8 is #269A27. Grayscale: #949494. Windows color (decimal): -2529832 or 14181849. OLE color: 14181849.

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

Color convert

RGB 217 101 216 -
CMYK 0 0.53 0.00 0.15
HSL 300.52º 0.6% 0.62% -
HSV(B) 300.52º 0.53% 0.85% -
XYZ 45.66 29.02 68.16 -
YUV 148.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 217 101 216 0 0.53 0.00 0.15 300.52 0.6 0.62
Hex D9 65 D8 0 35 0 F 12D 3C 3E
Octal 331 145 330 0 65 0 17 455 74 76
Binary 11011001 1100101 11011000 0 110101 0 1111 100101101 111100 111110

Color Harmonies of #D965D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965D8

Black with #D965D8

Text Example


Text Example

White with #D965D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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