Html Css Color HEX #D272CD Orchid

📋 copy color: '#D272CD'

red 210 ◦ green 114 ◦ blue 205

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

Shades of Orchid #D272CD

Tints of Orchid #D272CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.75%

R = 39.7%
G = 21.55%
B = 38.75%

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

#D272CD (or 0xD272CD) is known color: Orchid. HEX triplet: D2, 72 and CD. RGB value is (210,114,205). Sum of RGB (Red+Green+Blue) = 210+114+205=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D272CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272CD is #2D8D32. Grayscale: #989898. Windows color (decimal): -2985267 or 13464274. OLE color: 13464274.

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

Color convert

RGB 210 114 205 -
CMYK 0 0.46 0.02 0.18
HSL 303.13º 0.52% 0.64% -
HSV(B) 303.13º 0.46% 0.82% -
XYZ 43.62 30.14 61.28 -
YUV 153.08 157.3 168.6 -
System Red Green Blue C M Y K H S L
Decimal 210 114 205 0 0.46 0.02 0.18 303.13 0.52 0.64
Hex D2 72 CD 0 2E 2 12 12F 34 40
Octal 322 162 315 0 56 2 22 457 64 100
Binary 11010010 1110010 11001101 0 101110 10 10010 100101111 110100 1000000

Color Harmonies of #D272CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D272CD

Black with #D272CD

Text Example


Text Example

White with #D272CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D272CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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