Html Css Color HEX #D285CA Orchid

📋 copy color: '#D285CA'

red 210 ◦ green 133 ◦ blue 202

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

Shades of Orchid #D285CA

Tints of Orchid #D285CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.06%

R = 38.53%
G = 24.4%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D285CA (or 0xD285CA) is known color: Orchid. HEX triplet: D2, 85 and CA. RGB value is (210,133,202). Sum of RGB (Red+Green+Blue) = 210+133+202=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D285CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D285CA is #2D7A35. Grayscale: #A3A3A3. Windows color (decimal): -2980406 or 13272530. OLE color: 13272530.

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

Color convert

RGB 210 133 202 -
CMYK 0 0.37 0.04 0.18
HSL 306.23º 0.46% 0.67% -
HSV(B) 306.23º 0.37% 0.82% -
XYZ 45.63 34.74 60.18 -
YUV 163.89 149.51 160.89 -
System Red Green Blue C M Y K H S L
Decimal 210 133 202 0 0.37 0.04 0.18 306.23 0.46 0.67
Hex D2 85 CA 0 25 4 12 132 2E 43
Octal 322 205 312 0 45 4 22 462 56 103
Binary 11010010 10000101 11001010 0 100101 100 10010 100110010 101110 1000011

Color Harmonies of #D285CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D285CA

Black with #D285CA

Text Example


Text Example

White with #D285CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D285CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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