Html Css Color HEX #D07DDF Orchid

📋 copy color: '#D07DDF'

red 208 ◦ green 125 ◦ blue 223

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

Shades of Orchid #D07DDF

Tints of Orchid #D07DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 37.41%
G = 22.48%
B = 40.11%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D07DDF (or 0xD07DDF) is known color: Orchid. HEX triplet: D0, 7D and DF. RGB value is (208,125,223). Sum of RGB (Red+Green+Blue) = 208+125+223=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #D07DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DDF is #2F8220. Grayscale: #A0A0A0. Windows color (decimal): -3113505 or 14646736. OLE color: 14646736.

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

Color convert

RGB 208 125 223 -
CMYK 0.07 0.44 0 0.13
HSL 290.82º 0.6% 0.68% -
HSV(B) 290.82º 0.44% 0.87% -
XYZ 46.67 33.4 73.8 -
YUV 160.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 208 125 223 0.07 0.44 0 0.13 290.82 0.6 0.68
Hex D0 7D DF 7 2C 0 D 123 3C 44
Octal 320 175 337 7 54 0 15 443 74 104
Binary 11010000 1111101 11011111 111 101100 0 1101 100100011 111100 1000100

Color Harmonies of #D07DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DDF

Black with #D07DDF

Text Example


Text Example

White with #D07DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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