Html Css Color HEX #D763CA Orchid

📋 copy color: '#D763CA'

red 215 ◦ green 99 ◦ blue 202

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

Shades of Orchid #D763CA

Tints of Orchid #D763CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 41.67%
G = 19.19%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D763CA (or 0xD763CA) is known color: Orchid. HEX triplet: D7, 63 and CA. RGB value is (215,99,202). Sum of RGB (Red+Green+Blue) = 215+99+202=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D763CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763CA is #289C35. Grayscale: #919191. Windows color (decimal): -2661430 or 13263831. OLE color: 13263831.

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

Color convert

RGB 215 99 202 -
CMYK 0 0.54 0.06 0.16
HSL 306.72º 0.59% 0.62% -
HSV(B) 306.72º 0.54% 0.84% -
XYZ 43.15 27.64 58.94 -
YUV 145.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 215 99 202 0 0.54 0.06 0.16 306.72 0.59 0.62
Hex D7 63 CA 0 36 6 10 133 3B 3E
Octal 327 143 312 0 66 6 20 463 73 76
Binary 11010111 1100011 11001010 0 110110 110 10000 100110011 111011 111110

Color Harmonies of #D763CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763CA

Black with #D763CA

Text Example


Text Example

White with #D763CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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