Html Css Color HEX #D07BDC Orchid

📋 copy color: '#D07BDC'

red 208 ◦ green 123 ◦ blue 220

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

Shades of Orchid #D07BDC

Tints of Orchid #D07BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 37.75%
G = 22.32%
B = 39.93%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D07BDC (or 0xD07BDC) is known color: Orchid. HEX triplet: D0, 7B and DC. RGB value is (208,123,220). Sum of RGB (Red+Green+Blue) = 208+123+220=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #D07BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BDC is #2F8423. Grayscale: #9F9F9F. Windows color (decimal): -3114020 or 14449616. OLE color: 14449616.

HSL color Cylindrical-coordinate representation of color #D07BDC: hue angle of 292.58º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07BDC is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 123 220 -
CMYK 0.05 0.44 0 0.14
HSL 292.58º 0.58% 0.67% -
HSV(B) 292.58º 0.44% 0.86% -
XYZ 46.01 32.74 71.61 -
YUV 159.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 208 123 220 0.05 0.44 0 0.14 292.58 0.58 0.67
Hex D0 7B DC 5 2C 0 E 125 3A 43
Octal 320 173 334 5 54 0 16 445 72 103
Binary 11010000 1111011 11011100 101 101100 0 1110 100100101 111010 1000011

Color Harmonies of #D07BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BDC

Black with #D07BDC

Text Example


Text Example

White with #D07BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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