Html Css Color HEX #D285DC Orchid

📋 copy color: '#D285DC'

red 210 ◦ green 133 ◦ blue 220

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

Shades of Orchid #D285DC

Tints of Orchid #D285DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.62%

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 37.3%
G = 23.62%
B = 39.08%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D285DC (or 0xD285DC) is known color: Orchid. HEX triplet: D2, 85 and DC. RGB value is (210,133,220). Sum of RGB (Red+Green+Blue) = 210+133+220=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #D285DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285DC is #2D7A23. Grayscale: #A5A5A5. Windows color (decimal): -2980388 or 14452178. OLE color: 14452178.

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

Color convert

RGB 210 133 220 -
CMYK 0.05 0.40 0 0.14
HSL 293.1º 0.55% 0.69% -
HSV(B) 293.1º 0.4% 0.86% -
XYZ 47.88 35.64 72.07 -
YUV 165.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 210 133 220 0.05 0.40 0 0.14 293.1 0.55 0.69
Hex D2 85 DC 5 28 0 E 125 37 45
Octal 322 205 334 5 50 0 16 445 67 105
Binary 11010010 10000101 11011100 101 101000 0 1110 100100101 110111 1000101

Color Harmonies of #D285DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D285DC

Black with #D285DC

Text Example


Text Example

White with #D285DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D285DC; }

 p { color: rgb(210,133,220); }

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

background-color css

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

 a { background-color: rgb(210,133,220); }

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

border-color css

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

 span { border-color: rgb(210,133,220); }

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