Html Css Color HEX #DB6FCB Orchid

📋 copy color: '#DB6FCB'

red 219 ◦ green 111 ◦ blue 203

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

Shades of Orchid #DB6FCB

Tints of Orchid #DB6FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.83%

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

R = 41.09%
G = 20.83%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB6FCB (or 0xDB6FCB) is known color: Orchid. HEX triplet: DB, 6F and CB. RGB value is (219,111,203). Sum of RGB (Red+Green+Blue) = 219+111+203=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6FCB is #249034. Grayscale: #999999. Windows color (decimal): -2396213 or 13332443. OLE color: 13332443.

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

Color convert

RGB 219 111 203 -
CMYK 0 0.49 0.07 0.14
HSL 308.89º 0.6% 0.65% -
HSV(B) 308.89º 0.49% 0.86% -
XYZ 45.68 30.74 60.03 -
YUV 153.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 219 111 203 0 0.49 0.07 0.14 308.89 0.6 0.65
Hex DB 6F CB 0 31 7 E 135 3C 41
Octal 333 157 313 0 61 7 16 465 74 101
Binary 11011011 1101111 11001011 0 110001 111 1110 100110101 111100 1000001

Color Harmonies of #DB6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FCB

Black with #DB6FCB

Text Example


Text Example

White with #DB6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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