Html Css Color HEX #D283DD Orchid

📋 copy color: '#D283DD'

red 210 ◦ green 131 ◦ blue 221

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

Shades of Orchid #D283DD

Tints of Orchid #D283DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 37.37%
G = 23.31%
B = 39.32%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D283DD (or 0xD283DD) is known color: Orchid. HEX triplet: D2, 83 and DD. RGB value is (210,131,221). Sum of RGB (Red+Green+Blue) = 210+131+221=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 131 (51.56% from 255 or 23.31% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D283DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283DD is #2D7C22. Grayscale: #A4A4A4. Windows color (decimal): -2980899 or 14517202. OLE color: 14517202.

HSL color Cylindrical-coordinate representation of color #D283DD: hue angle of 292.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D283DD is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 131 221 -
CMYK 0.05 0.41 0 0.13
HSL 292.67º 0.57% 0.69% -
HSV(B) 292.67º 0.41% 0.87% -
XYZ 47.75 35.15 72.68 -
YUV 164.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 210 131 221 0.05 0.41 0 0.13 292.67 0.57 0.69
Hex D2 83 DD 5 29 0 D 125 39 45
Octal 322 203 335 5 51 0 15 445 71 105
Binary 11010010 10000011 11011101 101 101001 0 1101 100100101 111001 1000101

Color Harmonies of #D283DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D283DD

Black with #D283DD

Text Example


Text Example

White with #D283DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D283DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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