Html Css Color HEX #D965EA Orchid

📋 copy color: '#D965EA'

red 217 ◦ green 101 ◦ blue 234

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

Shades of Orchid #D965EA

Tints of Orchid #D965EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 39.31%
G = 18.3%
B = 42.39%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D965EA (or 0xD965EA) is known color: Orchid. HEX triplet: D9, 65 and EA. RGB value is (217,101,234). Sum of RGB (Red+Green+Blue) = 217+101+234=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #D965EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965EA is #269A15. Grayscale: #969696. Windows color (decimal): -2529814 or 15361497. OLE color: 15361497.

HSL color Cylindrical-coordinate representation of color #D965EA: hue angle of 292.33º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D965EA is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 101 234 -
CMYK 0.07 0.57 0 0.08
HSL 292.33º 0.76% 0.66% -
HSV(B) 292.33º 0.57% 0.92% -
XYZ 48.12 30 81.1 -
YUV 150.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 217 101 234 0.07 0.57 0 0.08 292.33 0.76 0.66
Hex D9 65 EA 7 39 0 8 124 4C 42
Octal 331 145 352 7 71 0 10 444 114 102
Binary 11011001 1100101 11101010 111 111001 0 1000 100100100 1001100 1000010

Color Harmonies of #D965EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965EA

Black with #D965EA

Text Example


Text Example

White with #D965EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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