Html Css Color HEX #D07AE4 Orchid

📋 copy color: '#D07AE4'

red 208 ◦ green 122 ◦ blue 228

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

Shades of Orchid #D07AE4

Tints of Orchid #D07AE4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.86%

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

R = 37.28%
G = 21.86%
B = 40.86%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D07AE4 (or 0xD07AE4) is known color: Orchid. HEX triplet: D0, 7A and E4. RGB value is (208,122,228). Sum of RGB (Red+Green+Blue) = 208+122+228=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #D07AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AE4 is #2F851B. Grayscale: #9F9F9F. Windows color (decimal): -3114268 or 14973648. OLE color: 14973648.

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

Color convert

RGB 208 122 228 -
CMYK 0.09 0.46 0 0.11
HSL 288.68º 0.66% 0.69% -
HSV(B) 288.68º 0.46% 0.89% -
XYZ 46.98 32.93 77.28 -
YUV 159.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 208 122 228 0.09 0.46 0 0.11 288.68 0.66 0.69
Hex D0 7A E4 9 2E 0 B 121 42 45
Octal 320 172 344 11 56 0 13 441 102 105
Binary 11010000 1111010 11100100 1001 101110 0 1011 100100001 1000010 1000101

Color Harmonies of #D07AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07AE4

Black with #D07AE4

Text Example


Text Example

White with #D07AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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