Html Css Color HEX #D274CF Orchid

📋 copy color: '#D274CF'

red 210 ◦ green 116 ◦ blue 207

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

Shades of Orchid #D274CF

Tints of Orchid #D274CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 39.4%
G = 21.76%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D274CF (or 0xD274CF) is known color: Orchid. HEX triplet: D2, 74 and CF. RGB value is (210,116,207). Sum of RGB (Red+Green+Blue) = 210+116+207=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D274CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D274CF is #2D8B30. Grayscale: #9A9A9A. Windows color (decimal): -2984753 or 13595858. OLE color: 13595858.

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

Color convert

RGB 210 116 207 -
CMYK 0 0.45 0.01 0.18
HSL 301.91º 0.51% 0.64% -
HSV(B) 301.91º 0.45% 0.82% -
XYZ 44.09 30.7 62.63 -
YUV 154.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 210 116 207 0 0.45 0.01 0.18 301.91 0.51 0.64
Hex D2 74 CF 0 2D 1 12 12E 33 40
Octal 322 164 317 0 55 1 22 456 63 100
Binary 11010010 1110100 11001111 0 101101 1 10010 100101110 110011 1000000

Color Harmonies of #D274CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D274CF

Black with #D274CF

Text Example


Text Example

White with #D274CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D274CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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