Html Css Color HEX #D763CE Orchid

📋 copy color: '#D763CE'

red 215 ◦ green 99 ◦ blue 206

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

Shades of Orchid #D763CE

Tints of Orchid #D763CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 41.35%
G = 19.04%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D763CE (or 0xD763CE) is known color: Orchid. HEX triplet: D7, 63 and CE. RGB value is (215,99,206). Sum of RGB (Red+Green+Blue) = 215+99+206=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D763CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763CE is #289C31. Grayscale: #919191. Windows color (decimal): -2661426 or 13525975. OLE color: 13525975.

HSL color Cylindrical-coordinate representation of color #D763CE: hue angle of 304.66º 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 #D763CE is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 99 206 -
CMYK 0 0.54 0.04 0.16
HSL 304.66º 0.59% 0.62% -
HSV(B) 304.66º 0.54% 0.84% -
XYZ 43.63 27.83 61.46 -
YUV 145.88 161.93 177.3 -
System Red Green Blue C M Y K H S L
Decimal 215 99 206 0 0.54 0.04 0.16 304.66 0.59 0.62
Hex D7 63 CE 0 36 4 10 131 3B 3E
Octal 327 143 316 0 66 4 20 461 73 76
Binary 11010111 1100011 11001110 0 110110 100 10000 100110001 111011 111110

Color Harmonies of #D763CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763CE

Black with #D763CE

Text Example


Text Example

White with #D763CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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