Html Css Color HEX #D285CE Orchid

📋 copy color: '#D285CE'

red 210 ◦ green 133 ◦ blue 206

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

Shades of Orchid #D285CE

Tints of Orchid #D285CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 38.25%
G = 24.23%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D285CE (or 0xD285CE) is known color: Orchid. HEX triplet: D2, 85 and CE. RGB value is (210,133,206). Sum of RGB (Red+Green+Blue) = 210+133+206=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D285CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285CE is #2D7A31. Grayscale: #A4A4A4. Windows color (decimal): -2980402 or 13534674. OLE color: 13534674.

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

Color convert

RGB 210 133 206 -
CMYK 0 0.37 0.02 0.18
HSL 303.12º 0.46% 0.67% -
HSV(B) 303.12º 0.37% 0.82% -
XYZ 46.11 34.93 62.71 -
YUV 164.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 210 133 206 0 0.37 0.02 0.18 303.12 0.46 0.67
Hex D2 85 CE 0 25 2 12 12F 2E 43
Octal 322 205 316 0 45 2 22 457 56 103
Binary 11010010 10000101 11001110 0 100101 10 10010 100101111 101110 1000011

Color Harmonies of #D285CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D285CE

Black with #D285CE

Text Example


Text Example

White with #D285CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D285CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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