Html Css Color HEX #D274DC Orchid

📋 copy color: '#D274DC'

red 210 ◦ green 116 ◦ blue 220

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

Shades of Orchid #D274DC

Tints of Orchid #D274DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 38.46%
G = 21.25%
B = 40.29%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D274DC (or 0xD274DC) is known color: Orchid. HEX triplet: D2, 74 and DC. RGB value is (210,116,220). Sum of RGB (Red+Green+Blue) = 210+116+220=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #D274DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274DC is #2D8B23. Grayscale: #9B9B9B. Windows color (decimal): -2984740 or 14447826. OLE color: 14447826.

HSL color Cylindrical-coordinate representation of color #D274DC: hue angle of 294.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D274DC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 116 220 -
CMYK 0.05 0.47 0 0.14
HSL 294.23º 0.6% 0.66% -
HSV(B) 294.23º 0.47% 0.86% -
XYZ 45.74 31.36 71.35 -
YUV 155.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 210 116 220 0.05 0.47 0 0.14 294.23 0.6 0.66
Hex D2 74 DC 5 2F 0 E 126 3C 42
Octal 322 164 334 5 57 0 16 446 74 102
Binary 11010010 1110100 11011100 101 101111 0 1110 100100110 111100 1000010

Color Harmonies of #D274DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D274DC

Black with #D274DC

Text Example


Text Example

White with #D274DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D274DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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