Html Css Color HEX #D272CE Orchid

📋 copy color: '#D272CE'

red 210 ◦ green 114 ◦ blue 206

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

Shades of Orchid #D272CE

Tints of Orchid #D272CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.51%

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 39.62%
G = 21.51%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D272CE (or 0xD272CE) is known color: Orchid. HEX triplet: D2, 72 and CE. RGB value is (210,114,206). Sum of RGB (Red+Green+Blue) = 210+114+206=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D272CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272CE is #2D8D31. Grayscale: #989898. Windows color (decimal): -2985266 or 13529810. OLE color: 13529810.

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

Color convert

RGB 210 114 206 -
CMYK 0 0.46 0.02 0.18
HSL 302.5º 0.52% 0.64% -
HSV(B) 302.5º 0.46% 0.82% -
XYZ 43.74 30.19 61.92 -
YUV 153.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 210 114 206 0 0.46 0.02 0.18 302.5 0.52 0.64
Hex D2 72 CE 0 2E 2 12 12E 34 40
Octal 322 162 316 0 56 2 22 456 64 100
Binary 11010010 1110010 11001110 0 101110 10 10010 100101110 110100 1000000

Color Harmonies of #D272CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272CE

Black with #D272CE

Text Example


Text Example

White with #D272CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272CE; }

 p { color: rgb(210,114,206); }

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

background-color css

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

 a { background-color: rgb(210,114,206); }

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

border-color css

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

 span { border-color: rgb(210,114,206); }

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