Html Css Color HEX #D07CBA Orchid

📋 copy color: '#D07CBA'

red 208 ◦ green 124 ◦ blue 186

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

Shades of Orchid #D07CBA

Tints of Orchid #D07CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.94%

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 40.15%
G = 23.94%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D07CBA (or 0xD07CBA) is known color: Orchid. HEX triplet: D0, 7C and BA. RGB value is (208,124,186). Sum of RGB (Red+Green+Blue) = 208+124+186=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CBA is #2F8345. Grayscale: #9C9C9C. Windows color (decimal): -3113798 or 12221648. OLE color: 12221648.

HSL color Cylindrical-coordinate representation of color #D07CBA: hue angle of 315.71º 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 #D07CBA is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 186 -
CMYK 0 0.40 0.11 0.18
HSL 315.71º 0.47% 0.65% -
HSV(B) 315.71º 0.4% 0.82% -
XYZ 42.08 31.37 50.29 -
YUV 156.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 208 124 186 0 0.40 0.11 0.18 315.71 0.47 0.65
Hex D0 7C BA 0 28 B 12 13C 2F 41
Octal 320 174 272 0 50 13 22 474 57 101
Binary 11010000 1111100 10111010 0 101000 1011 10010 100111100 101111 1000001

Color Harmonies of #D07CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CBA

Black with #D07CBA

Text Example


Text Example

White with #D07CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CBA; }

 p { color: rgb(208,124,186); }

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

background-color css

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

 a { background-color: rgb(208,124,186); }

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

border-color css

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

 span { border-color: rgb(208,124,186); }

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