Html Css Color HEX #D274DA Orchid

📋 copy color: '#D274DA'

red 210 ◦ green 116 ◦ blue 218

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

Shades of Orchid #D274DA

Tints of Orchid #D274DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 38.6%
G = 21.32%
B = 40.07%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D274DA (or 0xD274DA) is known color: Orchid. HEX triplet: D2, 74 and DA. RGB value is (210,116,218). Sum of RGB (Red+Green+Blue) = 210+116+218=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #D274DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274DA is #2D8B25. Grayscale: #9B9B9B. Windows color (decimal): -2984742 or 14316754. OLE color: 14316754.

HSL color Cylindrical-coordinate representation of color #D274DA: hue angle of 295.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D274DA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 116 218 -
CMYK 0.04 0.47 0 0.15
HSL 295.29º 0.58% 0.65% -
HSV(B) 295.29º 0.47% 0.85% -
XYZ 45.48 31.25 69.97 -
YUV 155.73 163.14 166.71 -
System Red Green Blue C M Y K H S L
Decimal 210 116 218 0.04 0.47 0 0.15 295.29 0.58 0.65
Hex D2 74 DA 4 2F 0 F 127 3A 41
Octal 322 164 332 4 57 0 17 447 72 101
Binary 11010010 1110100 11011010 100 101111 0 1111 100100111 111010 1000001

Color Harmonies of #D274DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D274DA

Black with #D274DA

Text Example


Text Example

White with #D274DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D274DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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