Html Css Color HEX #D274CD Orchid

📋 copy color: '#D274CD'

red 210 ◦ green 116 ◦ blue 205

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

Shades of Orchid #D274CD

Tints of Orchid #D274CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.85%

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 39.55%
G = 21.85%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D274CD (or 0xD274CD) is known color: Orchid. HEX triplet: D2, 74 and CD. RGB value is (210,116,205). Sum of RGB (Red+Green+Blue) = 210+116+205=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D274CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274CD is #2D8B32. Grayscale: #999999. Windows color (decimal): -2984755 or 13464786. OLE color: 13464786.

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

Color convert

RGB 210 116 205 -
CMYK 0 0.45 0.02 0.18
HSL 303.19º 0.51% 0.64% -
HSV(B) 303.19º 0.45% 0.82% -
XYZ 43.84 30.6 61.35 -
YUV 154.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 210 116 205 0 0.45 0.02 0.18 303.19 0.51 0.64
Hex D2 74 CD 0 2D 2 12 12F 33 40
Octal 322 164 315 0 55 2 22 457 63 100
Binary 11010010 1110100 11001101 0 101101 10 10010 100101111 110011 1000000

Color Harmonies of #D274CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D274CD

Black with #D274CD

Text Example


Text Example

White with #D274CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D274CD; }

 p { color: rgb(210,116,205); }

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

background-color css

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

 a { background-color: rgb(210,116,205); }

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

border-color css

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

 span { border-color: rgb(210,116,205); }

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