Html Css Color HEX #D276E0 Orchid

📋 copy color: '#D276E0'

red 210 ◦ green 118 ◦ blue 224

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

Shades of Orchid #D276E0

Tints of Orchid #D276E0

RGB

 RED value IS 210 (82.42% from 255) = 38.04%

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

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

R = 38.04%
G = 21.38%
B = 40.58%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D276E0 (or 0xD276E0) is known color: Orchid. HEX triplet: D2, 76 and E0. RGB value is (210,118,224). Sum of RGB (Red+Green+Blue) = 210+118+224=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #D276E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276E0 is #2D891F. Grayscale: #9D9D9D. Windows color (decimal): -2984224 or 14710482. OLE color: 14710482.

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

Color convert

RGB 210 118 224 -
CMYK 0.06 0.47 0 0.12
HSL 292.08º 0.63% 0.67% -
HSV(B) 292.08º 0.47% 0.88% -
XYZ 46.51 32.04 74.25 -
YUV 157.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 210 118 224 0.06 0.47 0 0.12 292.08 0.63 0.67
Hex D2 76 E0 6 2F 0 C 124 3F 43
Octal 322 166 340 6 57 0 14 444 77 103
Binary 11010010 1110110 11100000 110 101111 0 1100 100100100 111111 1000011

Color Harmonies of #D276E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276E0

Black with #D276E0

Text Example


Text Example

White with #D276E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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