Html Css Color HEX #D07BDD Orchid

📋 copy color: '#D07BDD'

red 208 ◦ green 123 ◦ blue 221

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

Shades of Orchid #D07BDD

Tints of Orchid #D07BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.28%

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

R = 37.68%
G = 22.28%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D07BDD (or 0xD07BDD) is known color: Orchid. HEX triplet: D0, 7B and DD. RGB value is (208,123,221). Sum of RGB (Red+Green+Blue) = 208+123+221=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #D07BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BDD is #2F8422. Grayscale: #9F9F9F. Windows color (decimal): -3114019 or 14515152. OLE color: 14515152.

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

Color convert

RGB 208 123 221 -
CMYK 0.06 0.44 0 0.13
HSL 292.04º 0.59% 0.67% -
HSV(B) 292.04º 0.44% 0.87% -
XYZ 46.15 32.8 72.3 -
YUV 159.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 208 123 221 0.06 0.44 0 0.13 292.04 0.59 0.67
Hex D0 7B DD 6 2C 0 D 124 3B 43
Octal 320 173 335 6 54 0 15 444 73 103
Binary 11010000 1111011 11011101 110 101100 0 1101 100100100 111011 1000011

Color Harmonies of #D07BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BDD

Black with #D07BDD

Text Example


Text Example

White with #D07BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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