Html Css Color HEX #D07DDD Orchid

📋 copy color: '#D07DDD'

red 208 ◦ green 125 ◦ blue 221

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

Shades of Orchid #D07DDD

Tints of Orchid #D07DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.56%

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 37.55%
G = 22.56%
B = 39.89%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D07DDD (or 0xD07DDD) is known color: Orchid. HEX triplet: D0, 7D and DD. RGB value is (208,125,221). Sum of RGB (Red+Green+Blue) = 208+125+221=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #D07DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DDD is #2F8222. Grayscale: #A0A0A0. Windows color (decimal): -3113507 or 14515664. OLE color: 14515664.

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

Color convert

RGB 208 125 221 -
CMYK 0.06 0.43 0 0.13
HSL 291.88º 0.59% 0.68% -
HSV(B) 291.88º 0.43% 0.87% -
XYZ 46.4 33.3 72.39 -
YUV 160.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 208 125 221 0.06 0.43 0 0.13 291.88 0.59 0.68
Hex D0 7D DD 6 2B 0 D 124 3B 44
Octal 320 175 335 6 53 0 15 444 73 104
Binary 11010000 1111101 11011101 110 101011 0 1101 100100100 111011 1000100

Color Harmonies of #D07DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DDD

Black with #D07DDD

Text Example


Text Example

White with #D07DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DDD; }

 p { color: rgb(208,125,221); }

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

background-color css

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

 a { background-color: rgb(208,125,221); }

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

border-color css

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

 span { border-color: rgb(208,125,221); }

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