Html Css Color HEX #D283DB Orchid

📋 copy color: '#D283DB'

red 210 ◦ green 131 ◦ blue 219

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

Shades of Orchid #D283DB

Tints of Orchid #D283DB

RGB

 RED value IS 210 (82.42% from 255) = 37.5%

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

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 37.5%
G = 23.39%
B = 39.11%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D283DB (or 0xD283DB) is known color: Orchid. HEX triplet: D2, 83 and DB. RGB value is (210,131,219). Sum of RGB (Red+Green+Blue) = 210+131+219=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #D283DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283DB is #2D7C24. Grayscale: #A4A4A4. Windows color (decimal): -2980901 or 14386130. OLE color: 14386130.

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

Color convert

RGB 210 131 219 -
CMYK 0.04 0.40 0 0.14
HSL 293.86º 0.55% 0.69% -
HSV(B) 293.86º 0.4% 0.86% -
XYZ 47.48 35.05 71.28 -
YUV 164.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 210 131 219 0.04 0.40 0 0.14 293.86 0.55 0.69
Hex D2 83 DB 4 28 0 E 126 37 45
Octal 322 203 333 4 50 0 16 446 67 105
Binary 11010010 10000011 11011011 100 101000 0 1110 100100110 110111 1000101

Color Harmonies of #D283DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D283DB

Black with #D283DB

Text Example


Text Example

White with #D283DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D283DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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