Html Css Color HEX #D07ADA Orchid

📋 copy color: '#D07ADA'

red 208 ◦ green 122 ◦ blue 218

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

Shades of Orchid #D07ADA

Tints of Orchid #D07ADA

RGB

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

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

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

R = 37.96%
G = 22.26%
B = 39.78%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D07ADA (or 0xD07ADA) is known color: Orchid. HEX triplet: D0, 7A and DA. RGB value is (208,122,218). Sum of RGB (Red+Green+Blue) = 208+122+218=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #D07ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ADA is #2F8525. Grayscale: #9E9E9E. Windows color (decimal): -3114278 or 14318288. OLE color: 14318288.

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

Color convert

RGB 208 122 218 -
CMYK 0.05 0.44 0 0.15
HSL 293.75º 0.56% 0.67% -
HSV(B) 293.75º 0.44% 0.85% -
XYZ 45.63 32.39 70.18 -
YUV 158.66 161.49 163.19 -
System Red Green Blue C M Y K H S L
Decimal 208 122 218 0.05 0.44 0 0.15 293.75 0.56 0.67
Hex D0 7A DA 5 2C 0 F 126 38 43
Octal 320 172 332 5 54 0 17 446 70 103
Binary 11010000 1111010 11011010 101 101100 0 1111 100100110 111000 1000011

Color Harmonies of #D07ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07ADA

Black with #D07ADA

Text Example


Text Example

White with #D07ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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