Html Css Color HEX #D763CD Orchid

📋 copy color: '#D763CD'

red 215 ◦ green 99 ◦ blue 205

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

Shades of Orchid #D763CD

Tints of Orchid #D763CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 41.43%
G = 19.08%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D763CD (or 0xD763CD) is known color: Orchid. HEX triplet: D7, 63 and CD. RGB value is (215,99,205). Sum of RGB (Red+Green+Blue) = 215+99+205=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D763CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763CD is #289C32. Grayscale: #919191. Windows color (decimal): -2661427 or 13460439. OLE color: 13460439.

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

Color convert

RGB 215 99 205 -
CMYK 0 0.54 0.05 0.16
HSL 305.17º 0.59% 0.62% -
HSV(B) 305.17º 0.54% 0.84% -
XYZ 43.51 27.78 60.83 -
YUV 145.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 215 99 205 0 0.54 0.05 0.16 305.17 0.59 0.62
Hex D7 63 CD 0 36 5 10 131 3B 3E
Octal 327 143 315 0 66 5 20 461 73 76
Binary 11010111 1100011 11001101 0 110110 101 10000 100110001 111011 111110

Color Harmonies of #D763CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763CD

Black with #D763CD

Text Example


Text Example

White with #D763CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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