Html Css Color HEX #D763C3 Orchid

📋 copy color: '#D763C3'

red 215 ◦ green 99 ◦ blue 195

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

Shades of Orchid #D763C3

Tints of Orchid #D763C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.31%

R = 42.24%
G = 19.45%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D763C3 (or 0xD763C3) is known color: Orchid. HEX triplet: D7, 63 and C3. RGB value is (215,99,195). Sum of RGB (Red+Green+Blue) = 215+99+195=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D763C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763C3 is #289C3C. Grayscale: #909090. Windows color (decimal): -2661437 or 12805079. OLE color: 12805079.

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

Color convert

RGB 215 99 195 -
CMYK 0 0.54 0.09 0.16
HSL 310.34º 0.59% 0.62% -
HSV(B) 310.34º 0.54% 0.84% -
XYZ 42.34 27.31 54.67 -
YUV 144.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 215 99 195 0 0.54 0.09 0.16 310.34 0.59 0.62
Hex D7 63 C3 0 36 9 10 136 3B 3E
Octal 327 143 303 0 66 11 20 466 73 76
Binary 11010111 1100011 11000011 0 110110 1001 10000 100110110 111011 111110

Color Harmonies of #D763C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763C3

Black with #D763C3

Text Example


Text Example

White with #D763C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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