Html Css Color HEX #D07EDA Orchid

📋 copy color: '#D07EDA'

red 208 ◦ green 126 ◦ blue 218

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

Shades of Orchid #D07EDA

Tints of Orchid #D07EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.83%

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 37.68%
G = 22.83%
B = 39.49%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D07EDA (or 0xD07EDA) is known color: Orchid. HEX triplet: D0, 7E and DA. RGB value is (208,126,218). Sum of RGB (Red+Green+Blue) = 208+126+218=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #D07EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EDA is #2F8125. Grayscale: #A0A0A0. Windows color (decimal): -3113254 or 14319312. OLE color: 14319312.

HSL color Cylindrical-coordinate representation of color #D07EDA: hue angle of 293.48º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07EDA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 126 218 -
CMYK 0.05 0.42 0 0.15
HSL 293.48º 0.55% 0.67% -
HSV(B) 293.48º 0.42% 0.85% -
XYZ 46.13 33.39 70.34 -
YUV 161.01 160.17 161.52 -
System Red Green Blue C M Y K H S L
Decimal 208 126 218 0.05 0.42 0 0.15 293.48 0.55 0.67
Hex D0 7E DA 5 2A 0 F 125 37 43
Octal 320 176 332 5 52 0 17 445 67 103
Binary 11010000 1111110 11011010 101 101010 0 1111 100100101 110111 1000011

Color Harmonies of #D07EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EDA

Black with #D07EDA

Text Example


Text Example

White with #D07EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EDA; }

 p { color: rgb(208,126,218); }

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

background-color css

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

 a { background-color: rgb(208,126,218); }

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

border-color css

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

 span { border-color: rgb(208,126,218); }

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