Html Css Color HEX #D07CBE Orchid

📋 copy color: '#D07CBE'

red 208 ◦ green 124 ◦ blue 190

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

Shades of Orchid #D07CBE

Tints of Orchid #D07CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 39.85%
G = 23.75%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D07CBE (or 0xD07CBE) is known color: Orchid. HEX triplet: D0, 7C and BE. RGB value is (208,124,190). Sum of RGB (Red+Green+Blue) = 208+124+190=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CBE is #2F8341. Grayscale: #9C9C9C. Windows color (decimal): -3113794 or 12483792. OLE color: 12483792.

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

Color convert

RGB 208 124 190 -
CMYK 0 0.40 0.09 0.18
HSL 312.86º 0.47% 0.65% -
HSV(B) 312.86º 0.4% 0.82% -
XYZ 42.51 31.54 52.56 -
YUV 156.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 208 124 190 0 0.40 0.09 0.18 312.86 0.47 0.65
Hex D0 7C BE 0 28 9 12 139 2F 41
Octal 320 174 276 0 50 11 22 471 57 101
Binary 11010000 1111100 10111110 0 101000 1001 10010 100111001 101111 1000001

Color Harmonies of #D07CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CBE

Black with #D07CBE

Text Example


Text Example

White with #D07CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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