Html Css Color HEX #D283CD Orchid

📋 copy color: '#D283CD'

red 210 ◦ green 131 ◦ blue 205

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

Shades of Orchid #D283CD

Tints of Orchid #D283CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 38.46%
G = 23.99%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D283CD (or 0xD283CD) is known color: Orchid. HEX triplet: D2, 83 and CD. RGB value is (210,131,205). Sum of RGB (Red+Green+Blue) = 210+131+205=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D283CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283CD is #2D7C32. Grayscale: #A2A2A2. Windows color (decimal): -2980915 or 13468626. OLE color: 13468626.

HSL color Cylindrical-coordinate representation of color #D283CD: hue angle of 303.8º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D283CD is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 131 205 -
CMYK 0 0.38 0.02 0.18
HSL 303.8º 0.47% 0.67% -
HSV(B) 303.8º 0.38% 0.82% -
XYZ 45.71 34.34 61.98 -
YUV 163.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 210 131 205 0 0.38 0.02 0.18 303.8 0.47 0.67
Hex D2 83 CD 0 26 2 12 130 2F 43
Octal 322 203 315 0 46 2 22 460 57 103
Binary 11010010 10000011 11001101 0 100110 10 10010 100110000 101111 1000011

Color Harmonies of #D283CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D283CD

Black with #D283CD

Text Example


Text Example

White with #D283CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D283CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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