Html Css Color HEX #D07DBB Orchid

📋 copy color: '#D07DBB'

red 208 ◦ green 125 ◦ blue 187

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

Shades of Orchid #D07DBB

Tints of Orchid #D07DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 40%
G = 24.04%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D07DBB (or 0xD07DBB) is known color: Orchid. HEX triplet: D0, 7D and BB. RGB value is (208,125,187). Sum of RGB (Red+Green+Blue) = 208+125+187=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DBB is #2F8244. Grayscale: #9C9C9C. Windows color (decimal): -3113541 or 12287440. OLE color: 12287440.

HSL color Cylindrical-coordinate representation of color #D07DBB: hue angle of 315.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DBB is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 187 -
CMYK 0 0.40 0.10 0.18
HSL 315.18º 0.47% 0.65% -
HSV(B) 315.18º 0.4% 0.82% -
XYZ 42.32 31.66 50.9 -
YUV 156.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 208 125 187 0 0.40 0.10 0.18 315.18 0.47 0.65
Hex D0 7D BB 0 28 A 12 13B 2F 41
Octal 320 175 273 0 50 12 22 473 57 101
Binary 11010000 1111101 10111011 0 101000 1010 10010 100111011 101111 1000001

Color Harmonies of #D07DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DBB

Black with #D07DBB

Text Example


Text Example

White with #D07DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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