Html Css Color HEX #D76CDD Orchid

📋 copy color: '#D76CDD'

red 215 ◦ green 108 ◦ blue 221

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

Shades of Orchid #D76CDD

Tints of Orchid #D76CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 39.52%
G = 19.85%
B = 40.63%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D76CDD (or 0xD76CDD) is known color: Orchid. HEX triplet: D7, 6C and DD. RGB value is (215,108,221). Sum of RGB (Red+Green+Blue) = 215+108+221=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #D76CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CDD is #289322. Grayscale: #989898. Windows color (decimal): -2659107 or 14511319. OLE color: 14511319.

HSL color Cylindrical-coordinate representation of color #D76CDD: hue angle of 296.81º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76CDD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 108 221 -
CMYK 0.03 0.51 0 0.13
HSL 296.81º 0.62% 0.65% -
HSV(B) 296.81º 0.51% 0.87% -
XYZ 46.44 30.39 71.83 -
YUV 152.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 215 108 221 0.03 0.51 0 0.13 296.81 0.62 0.65
Hex D7 6C DD 3 33 0 D 129 3E 41
Octal 327 154 335 3 63 0 15 451 76 101
Binary 11010111 1101100 11011101 11 110011 0 1101 100101001 111110 1000001

Color Harmonies of #D76CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CDD

Black with #D76CDD

Text Example


Text Example

White with #D76CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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