Html Css Color HEX #D274C2 Orchid

📋 copy color: '#D274C2'

red 210 ◦ green 116 ◦ blue 194

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

Shades of Orchid #D274C2

Tints of Orchid #D274C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 40.38%
G = 22.31%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D274C2 (or 0xD274C2) is known color: Orchid. HEX triplet: D2, 74 and C2. RGB value is (210,116,194). Sum of RGB (Red+Green+Blue) = 210+116+194=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D274C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274C2 is #2D8B3D. Grayscale: #989898. Windows color (decimal): -2984766 or 12743890. OLE color: 12743890.

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

Color convert

RGB 210 116 194 -
CMYK 0 0.45 0.08 0.18
HSL 310.21º 0.51% 0.64% -
HSV(B) 310.21º 0.45% 0.82% -
XYZ 42.56 30.09 54.6 -
YUV 153 151.14 168.66 -
System Red Green Blue C M Y K H S L
Decimal 210 116 194 0 0.45 0.08 0.18 310.21 0.51 0.64
Hex D2 74 C2 0 2D 8 12 136 33 40
Octal 322 164 302 0 55 10 22 466 63 100
Binary 11010010 1110100 11000010 0 101101 1000 10010 100110110 110011 1000000

Color Harmonies of #D274C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D274C2

Black with #D274C2

Text Example


Text Example

White with #D274C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D274C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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