Html Css Color HEX #DB7CCB Orchid

📋 copy color: '#DB7CCB'

red 219 ◦ green 124 ◦ blue 203

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

Shades of Orchid #DB7CCB

Tints of Orchid #DB7CCB

RGB

 RED value IS 219 (85.94% from 255) = 40.11%

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

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 40.11%
G = 22.71%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB7CCB (or 0xDB7CCB) is known color: Orchid. HEX triplet: DB, 7C and CB. RGB value is (219,124,203). Sum of RGB (Red+Green+Blue) = 219+124+203=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7CCB is #248334. Grayscale: #A1A1A1. Windows color (decimal): -2392885 or 13335771. OLE color: 13335771.

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

Color convert

RGB 219 124 203 -
CMYK 0 0.43 0.07 0.14
HSL 310.11º 0.57% 0.67% -
HSV(B) 310.11º 0.43% 0.86% -
XYZ 47.2 33.79 60.53 -
YUV 161.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 219 124 203 0 0.43 0.07 0.14 310.11 0.57 0.67
Hex DB 7C CB 0 2B 7 E 136 39 43
Octal 333 174 313 0 53 7 16 466 71 103
Binary 11011011 1111100 11001011 0 101011 111 1110 100110110 111001 1000011

Color Harmonies of #DB7CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7CCB

Black with #DB7CCB

Text Example


Text Example

White with #DB7CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7CCB; }

 p { color: rgb(219,124,203); }

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

background-color css

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

 a { background-color: rgb(219,124,203); }

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

border-color css

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

 span { border-color: rgb(219,124,203); }

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