Html Css Color HEX #D965E9 Orchid

📋 copy color: '#D965E9'

red 217 ◦ green 101 ◦ blue 233

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

Shades of Orchid #D965E9

Tints of Orchid #D965E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.29%

R = 39.38%
G = 18.33%
B = 42.29%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D965E9 (or 0xD965E9) is known color: Orchid. HEX triplet: D9, 65 and E9. RGB value is (217,101,233). Sum of RGB (Red+Green+Blue) = 217+101+233=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #D965E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965E9 is #269A16. Grayscale: #969696. Windows color (decimal): -2529815 or 15295961. OLE color: 15295961.

HSL color Cylindrical-coordinate representation of color #D965E9: hue angle of 292.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D965E9 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 101 233 -
CMYK 0.07 0.57 0 0.09
HSL 292.73º 0.75% 0.65% -
HSV(B) 292.73º 0.57% 0.91% -
XYZ 47.98 29.94 80.34 -
YUV 150.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 217 101 233 0.07 0.57 0 0.09 292.73 0.75 0.65
Hex D9 65 E9 7 39 0 9 125 4B 41
Octal 331 145 351 7 71 0 11 445 113 101
Binary 11011001 1100101 11101001 111 111001 0 1001 100100101 1001011 1000001

Color Harmonies of #D965E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965E9

Black with #D965E9

Text Example


Text Example

White with #D965E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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