Html Css Color HEX #D07DD3 Orchid

📋 copy color: '#D07DD3'

red 208 ◦ green 125 ◦ blue 211

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

Shades of Orchid #D07DD3

Tints of Orchid #D07DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 38.24%
G = 22.98%
B = 38.79%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D07DD3 (or 0xD07DD3) is known color: Orchid. HEX triplet: D0, 7D and D3. RGB value is (208,125,211). Sum of RGB (Red+Green+Blue) = 208+125+211=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #D07DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DD3 is #2F822C. Grayscale: #9F9F9F. Windows color (decimal): -3113517 or 13860304. OLE color: 13860304.

HSL color Cylindrical-coordinate representation of color #D07DD3: hue angle of 297.91º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07DD3 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 125 211 -
CMYK 0.01 0.41 0 0.17
HSL 297.91º 0.49% 0.66% -
HSV(B) 297.91º 0.41% 0.83% -
XYZ 45.1 32.78 65.58 -
YUV 159.62 157 162.51 -
System Red Green Blue C M Y K H S L
Decimal 208 125 211 0.01 0.41 0 0.17 297.91 0.49 0.66
Hex D0 7D D3 1 29 0 11 12A 31 42
Octal 320 175 323 1 51 0 21 452 61 102
Binary 11010000 1111101 11010011 1 101001 0 10001 100101010 110001 1000010

Color Harmonies of #D07DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DD3

Black with #D07DD3

Text Example


Text Example

White with #D07DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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