Html Css Color HEX #DB6BCA Orchid

📋 copy color: '#DB6BCA'

red 219 ◦ green 107 ◦ blue 202

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

Shades of Orchid #DB6BCA

Tints of Orchid #DB6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.27%

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 41.48%
G = 20.27%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB6BCA (or 0xDB6BCA) is known color: Orchid. HEX triplet: DB, 6B and CA. RGB value is (219,107,202). Sum of RGB (Red+Green+Blue) = 219+107+202=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BCA is #249435. Grayscale: #979797. Windows color (decimal): -2397238 or 13265883. OLE color: 13265883.

HSL color Cylindrical-coordinate representation of color #DB6BCA: hue angle of 309.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6BCA is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 202 -
CMYK 0 0.51 0.08 0.14
HSL 309.11º 0.61% 0.64% -
HSV(B) 309.11º 0.51% 0.86% -
XYZ 45.13 29.84 59.26 -
YUV 151.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 219 107 202 0 0.51 0.08 0.14 309.11 0.61 0.64
Hex DB 6B CA 0 33 8 E 135 3D 40
Octal 333 153 312 0 63 10 16 465 75 100
Binary 11011011 1101011 11001010 0 110011 1000 1110 100110101 111101 1000000

Color Harmonies of #DB6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BCA

Black with #DB6BCA

Text Example


Text Example

White with #DB6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BCA; }

 p { color: rgb(219,107,202); }

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

background-color css

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

 a { background-color: rgb(219,107,202); }

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

border-color css

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

 span { border-color: rgb(219,107,202); }

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