Html Css Color HEX #D273CA Orchid

📋 copy color: '#D273CA'

red 210 ◦ green 115 ◦ blue 202

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

Shades of Orchid #D273CA

Tints of Orchid #D273CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.82%

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 39.85%
G = 21.82%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D273CA (or 0xD273CA) is known color: Orchid. HEX triplet: D2, 73 and CA. RGB value is (210,115,202). Sum of RGB (Red+Green+Blue) = 210+115+202=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D273CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273CA is #2D8C35. Grayscale: #999999. Windows color (decimal): -2985014 or 13267922. OLE color: 13267922.

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

Color convert

RGB 210 115 202 -
CMYK 0 0.45 0.04 0.18
HSL 305.05º 0.51% 0.64% -
HSV(B) 305.05º 0.45% 0.82% -
XYZ 43.37 30.23 59.43 -
YUV 153.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 210 115 202 0 0.45 0.04 0.18 305.05 0.51 0.64
Hex D2 73 CA 0 2D 4 12 131 33 40
Octal 322 163 312 0 55 4 22 461 63 100
Binary 11010010 1110011 11001010 0 101101 100 10010 100110001 110011 1000000

Color Harmonies of #D273CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D273CA

Black with #D273CA

Text Example


Text Example

White with #D273CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D273CA; }

 p { color: rgb(210,115,202); }

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

background-color css

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

 a { background-color: rgb(210,115,202); }

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

border-color css

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

 span { border-color: rgb(210,115,202); }

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