Html Css Color HEX #D763C9 Orchid

📋 copy color: '#D763C9'

red 215 ◦ green 99 ◦ blue 201

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

Shades of Orchid #D763C9

Tints of Orchid #D763C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 41.75%
G = 19.22%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D763C9 (or 0xD763C9) is known color: Orchid. HEX triplet: D7, 63 and C9. RGB value is (215,99,201). Sum of RGB (Red+Green+Blue) = 215+99+201=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D763C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763C9 is #289C36. Grayscale: #919191. Windows color (decimal): -2661431 or 13198295. OLE color: 13198295.

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

Color convert

RGB 215 99 201 -
CMYK 0 0.54 0.07 0.16
HSL 307.24º 0.59% 0.62% -
HSV(B) 307.24º 0.54% 0.84% -
XYZ 43.03 27.59 58.32 -
YUV 145.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 215 99 201 0 0.54 0.07 0.16 307.24 0.59 0.62
Hex D7 63 C9 0 36 7 10 133 3B 3E
Octal 327 143 311 0 66 7 20 463 73 76
Binary 11010111 1100011 11001001 0 110110 111 10000 100110011 111011 111110

Color Harmonies of #D763C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763C9

Black with #D763C9

Text Example


Text Example

White with #D763C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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