Html Css Color HEX #D070E5 Orchid

📋 copy color: '#D070E5'

red 208 ◦ green 112 ◦ blue 229

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

Shades of Orchid #D070E5

Tints of Orchid #D070E5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.4%

 BLUE value IS 229 (89.84% from 255) = 41.71%

R = 37.89%
G = 20.4%
B = 41.71%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D070E5 (or 0xD070E5) is known color: Orchid. HEX triplet: D0, 70 and E5. RGB value is (208,112,229). Sum of RGB (Red+Green+Blue) = 208+112+229=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #D070E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070E5 is #2F8F1A. Grayscale: #999999. Windows color (decimal): -3116827 or 15036624. OLE color: 15036624.

HSL color Cylindrical-coordinate representation of color #D070E5: hue angle of 289.23º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D070E5 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 112 229 -
CMYK 0.09 0.51 0 0.10
HSL 289.23º 0.69% 0.67% -
HSV(B) 289.23º 0.51% 0.9% -
XYZ 45.95 30.66 77.62 -
YUV 154.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 208 112 229 0.09 0.51 0 0.10 289.23 0.69 0.67
Hex D0 70 E5 9 33 0 A 121 45 43
Octal 320 160 345 11 63 0 12 441 105 103
Binary 11010000 1110000 11100101 1001 110011 0 1010 100100001 1000101 1000011

Color Harmonies of #D070E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070E5

Black with #D070E5

Text Example


Text Example

White with #D070E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070E5; }

 p { color: rgb(208,112,229); }

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

background-color css

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

 a { background-color: rgb(208,112,229); }

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

border-color css

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

 span { border-color: rgb(208,112,229); }

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