Html Css Color HEX #D763D0 Orchid

📋 copy color: '#D763D0'

red 215 ◦ green 99 ◦ blue 208

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

Shades of Orchid #D763D0

Tints of Orchid #D763D0

RGB

 RED value IS 215 (84.38% from 255) = 41.19%

 GREEN value IS 99 (39.06% from 255) = 18.97%

 BLUE value IS 208 (81.64% from 255) = 39.85%

R = 41.19%
G = 18.97%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D763D0 (or 0xD763D0) is known color: Orchid. HEX triplet: D7, 63 and D0. RGB value is (215,99,208). Sum of RGB (Red+Green+Blue) = 215+99+208=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D763D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763D0 is #289C2F. Grayscale: #919191. Windows color (decimal): -2661424 or 13657047. OLE color: 13657047.

HSL color Cylindrical-coordinate representation of color #D763D0: hue angle of 303.62º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D763D0 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 99 208 -
CMYK 0 0.54 0.03 0.16
HSL 303.62º 0.59% 0.62% -
HSV(B) 303.62º 0.54% 0.84% -
XYZ 43.87 27.92 62.75 -
YUV 146.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 215 99 208 0 0.54 0.03 0.16 303.62 0.59 0.62
Hex D7 63 D0 0 36 3 10 130 3B 3E
Octal 327 143 320 0 66 3 20 460 73 76
Binary 11010111 1100011 11010000 0 110110 11 10000 100110000 111011 111110

Color Harmonies of #D763D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763D0

Black with #D763D0

Text Example


Text Example

White with #D763D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763D0; }

 p { color: rgb(215,99,208); }

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

background-color css

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

 a { background-color: rgb(215,99,208); }

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

border-color css

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

 span { border-color: rgb(215,99,208); }

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