Html Css Color HEX #D76CCD Orchid

📋 copy color: '#D76CCD'

red 215 ◦ green 108 ◦ blue 205

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

Shades of Orchid #D76CCD

Tints of Orchid #D76CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.45%

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

R = 40.72%
G = 20.45%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D76CCD (or 0xD76CCD) is known color: Orchid. HEX triplet: D7, 6C and CD. RGB value is (215,108,205). Sum of RGB (Red+Green+Blue) = 215+108+205=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CCD is #289332. Grayscale: #969696. Windows color (decimal): -2659123 or 13462743. OLE color: 13462743.

HSL color Cylindrical-coordinate representation of color #D76CCD: hue angle of 305.61º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CCD is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 205 -
CMYK 0 0.50 0.05 0.16
HSL 305.61º 0.57% 0.63% -
HSV(B) 305.61º 0.5% 0.84% -
XYZ 44.41 29.58 61.13 -
YUV 151.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 215 108 205 0 0.50 0.05 0.16 305.61 0.57 0.63
Hex D7 6C CD 0 32 5 10 132 39 3F
Octal 327 154 315 0 62 5 20 462 71 77
Binary 11010111 1101100 11001101 0 110010 101 10000 100110010 111001 111111

Color Harmonies of #D76CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CCD

Black with #D76CCD

Text Example


Text Example

White with #D76CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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