Html Css Color HEX #D07ADE Orchid

📋 copy color: '#D07ADE'

red 208 ◦ green 122 ◦ blue 222

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

Shades of Orchid #D07ADE

Tints of Orchid #D07ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 37.68%
G = 22.1%
B = 40.22%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D07ADE (or 0xD07ADE) is known color: Orchid. HEX triplet: D0, 7A and DE. RGB value is (208,122,222). Sum of RGB (Red+Green+Blue) = 208+122+222=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #D07ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ADE is #2F8521. Grayscale: #9E9E9E. Windows color (decimal): -3114274 or 14580432. OLE color: 14580432.

HSL color Cylindrical-coordinate representation of color #D07ADE: hue angle of 291.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07ADE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 122 222 -
CMYK 0.06 0.45 0 0.13
HSL 291.6º 0.6% 0.67% -
HSV(B) 291.6º 0.45% 0.87% -
XYZ 46.16 32.6 72.97 -
YUV 159.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 208 122 222 0.06 0.45 0 0.13 291.6 0.6 0.67
Hex D0 7A DE 6 2D 0 D 124 3C 43
Octal 320 172 336 6 55 0 15 444 74 103
Binary 11010000 1111010 11011110 110 101101 0 1101 100100100 111100 1000011

Color Harmonies of #D07ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07ADE

Black with #D07ADE

Text Example


Text Example

White with #D07ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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