Html Css Color HEX #D275CE Orchid

📋 copy color: '#D275CE'

red 210 ◦ green 117 ◦ blue 206

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

Shades of Orchid #D275CE

Tints of Orchid #D275CE

RGB

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

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

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

R = 39.4%
G = 21.95%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D275CE (or 0xD275CE) is known color: Orchid. HEX triplet: D2, 75 and CE. RGB value is (210,117,206). Sum of RGB (Red+Green+Blue) = 210+117+206=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D275CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275CE is #2D8A31. Grayscale: #9A9A9A. Windows color (decimal): -2984498 or 13530578. OLE color: 13530578.

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

Color convert

RGB 210 117 206 -
CMYK 0 0.44 0.02 0.18
HSL 302.58º 0.51% 0.64% -
HSV(B) 302.58º 0.44% 0.82% -
XYZ 44.08 30.88 62.03 -
YUV 154.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 210 117 206 0 0.44 0.02 0.18 302.58 0.51 0.64
Hex D2 75 CE 0 2C 2 12 12F 33 40
Octal 322 165 316 0 54 2 22 457 63 100
Binary 11010010 1110101 11001110 0 101100 10 10010 100101111 110011 1000000

Color Harmonies of #D275CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D275CE

Black with #D275CE

Text Example


Text Example

White with #D275CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D275CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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