Html Css Color HEX #D275CA Orchid

📋 copy color: '#D275CA'

red 210 ◦ green 117 ◦ blue 202

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

Shades of Orchid #D275CA

Tints of Orchid #D275CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.12%

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

R = 39.7%
G = 22.12%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D275CA (or 0xD275CA) is known color: Orchid. HEX triplet: D2, 75 and CA. RGB value is (210,117,202). Sum of RGB (Red+Green+Blue) = 210+117+202=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D275CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275CA is #2D8A35. Grayscale: #9A9A9A. Windows color (decimal): -2984502 or 13268434. OLE color: 13268434.

HSL color Cylindrical-coordinate representation of color #D275CA: hue angle of 305.16º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D275CA is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 117 202 -
CMYK 0 0.44 0.04 0.18
HSL 305.16º 0.51% 0.64% -
HSV(B) 305.16º 0.44% 0.82% -
XYZ 43.6 30.69 59.5 -
YUV 154.5 154.81 167.59 -
System Red Green Blue C M Y K H S L
Decimal 210 117 202 0 0.44 0.04 0.18 305.16 0.51 0.64
Hex D2 75 CA 0 2C 4 12 131 33 40
Octal 322 165 312 0 54 4 22 461 63 100
Binary 11010010 1110101 11001010 0 101100 100 10010 100110001 110011 1000000

Color Harmonies of #D275CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D275CA

Black with #D275CA

Text Example


Text Example

White with #D275CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D275CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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