Html Css Color HEX #DB83CC Orchid

📋 copy color: '#DB83CC'

red 219 ◦ green 131 ◦ blue 204

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

Shades of Orchid #DB83CC

Tints of Orchid #DB83CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.65%

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 39.53%
G = 23.65%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB83CC (or 0xDB83CC) is known color: Orchid. HEX triplet: DB, 83 and CC. RGB value is (219,131,204). Sum of RGB (Red+Green+Blue) = 219+131+204=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83CC is #247C33. Grayscale: #A5A5A5. Windows color (decimal): -2391092 or 13403099. OLE color: 13403099.

HSL color Cylindrical-coordinate representation of color #DB83CC: hue angle of 310.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB83CC is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 204 -
CMYK 0 0.40 0.07 0.14
HSL 310.23º 0.55% 0.69% -
HSV(B) 310.23º 0.4% 0.86% -
XYZ 48.23 35.65 61.47 -
YUV 165.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 219 131 204 0 0.40 0.07 0.14 310.23 0.55 0.69
Hex DB 83 CC 0 28 7 E 136 37 45
Octal 333 203 314 0 50 7 16 466 67 105
Binary 11011011 10000011 11001100 0 101000 111 1110 100110110 110111 1000101

Color Harmonies of #DB83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83CC

Black with #DB83CC

Text Example


Text Example

White with #DB83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83CC; }

 p { color: rgb(219,131,204); }

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

background-color css

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

 a { background-color: rgb(219,131,204); }

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

border-color css

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

 span { border-color: rgb(219,131,204); }

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