Html Css Color HEX #D070E4 Orchid

📋 copy color: '#D070E4'

red 208 ◦ green 112 ◦ blue 228

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

Shades of Orchid #D070E4

Tints of Orchid #D070E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.61%

R = 37.96%
G = 20.44%
B = 41.61%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D070E4 (or 0xD070E4) is known color: Orchid. HEX triplet: D0, 70 and E4. RGB value is (208,112,228). Sum of RGB (Red+Green+Blue) = 208+112+228=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #D070E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070E4 is #2F8F1B. Grayscale: #999999. Windows color (decimal): -3116828 or 14971088. OLE color: 14971088.

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

Color convert

RGB 208 112 228 -
CMYK 0.09 0.51 0 0.11
HSL 289.66º 0.68% 0.67% -
HSV(B) 289.66º 0.51% 0.89% -
XYZ 45.81 30.6 76.89 -
YUV 153.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 208 112 228 0.09 0.51 0 0.11 289.66 0.68 0.67
Hex D0 70 E4 9 33 0 B 122 44 43
Octal 320 160 344 11 63 0 13 442 104 103
Binary 11010000 1110000 11100100 1001 110011 0 1011 100100010 1000100 1000011

Color Harmonies of #D070E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070E4

Black with #D070E4

Text Example


Text Example

White with #D070E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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