Html Css Color HEX #D076E0 Orchid

📋 copy color: '#D076E0'

red 208 ◦ green 118 ◦ blue 224

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

Shades of Orchid #D076E0

Tints of Orchid #D076E0

RGB

 RED value IS 208 (81.64% from 255) = 37.82%

 GREEN value IS 118 (46.48% from 255) = 21.45%

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 37.82%
G = 21.45%
B = 40.73%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D076E0 (or 0xD076E0) is known color: Orchid. HEX triplet: D0, 76 and E0. RGB value is (208,118,224). Sum of RGB (Red+Green+Blue) = 208+118+224=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #D076E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D076E0 is #2F891F. Grayscale: #9C9C9C. Windows color (decimal): -3115296 or 14710480. OLE color: 14710480.

HSL color Cylindrical-coordinate representation of color #D076E0: hue angle of 290.94º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D076E0 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 118 224 -
CMYK 0.07 0.47 0 0.12
HSL 290.94º 0.63% 0.67% -
HSV(B) 290.94º 0.47% 0.88% -
XYZ 45.95 31.75 74.23 -
YUV 156.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 208 118 224 0.07 0.47 0 0.12 290.94 0.63 0.67
Hex D0 76 E0 7 2F 0 C 123 3F 43
Octal 320 166 340 7 57 0 14 443 77 103
Binary 11010000 1110110 11100000 111 101111 0 1100 100100011 111111 1000011

Color Harmonies of #D076E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D076E0

Black with #D076E0

Text Example


Text Example

White with #D076E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D076E0; }

 p { color: rgb(208,118,224); }

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

background-color css

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

 a { background-color: rgb(208,118,224); }

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

border-color css

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

 span { border-color: rgb(208,118,224); }

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