Html Css Color HEX #D76FCA Orchid

📋 copy color: '#D76FCA'

red 215 ◦ green 111 ◦ blue 202

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

Shades of Orchid #D76FCA

Tints of Orchid #D76FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.02%

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

R = 40.72%
G = 21.02%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D76FCA (or 0xD76FCA) is known color: Orchid. HEX triplet: D7, 6F and CA. RGB value is (215,111,202). Sum of RGB (Red+Green+Blue) = 215+111+202=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FCA is #289035. Grayscale: #989898. Windows color (decimal): -2658358 or 13266903. OLE color: 13266903.

HSL color Cylindrical-coordinate representation of color #D76FCA: hue angle of 307.5º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FCA is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 202 -
CMYK 0 0.48 0.06 0.16
HSL 307.5º 0.57% 0.64% -
HSV(B) 307.5º 0.48% 0.84% -
XYZ 44.37 30.08 59.34 -
YUV 152.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 215 111 202 0 0.48 0.06 0.16 307.5 0.57 0.64
Hex D7 6F CA 0 30 6 10 134 39 40
Octal 327 157 312 0 60 6 20 464 71 100
Binary 11010111 1101111 11001010 0 110000 110 10000 100110100 111001 1000000

Color Harmonies of #D76FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FCA

Black with #D76FCA

Text Example


Text Example

White with #D76FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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