Html Css Color HEX #D25FDC Orchid

📋 copy color: '#D25FDC'

red 210 ◦ green 95 ◦ blue 220

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

Shades of Orchid #D25FDC

Tints of Orchid #D25FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.1%

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 40%
G = 18.1%
B = 41.9%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D25FDC (or 0xD25FDC) is known color: Orchid. HEX triplet: D2, 5F and DC. RGB value is (210,95,220). Sum of RGB (Red+Green+Blue) = 210+95+220=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #D25FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FDC is #2DA023. Grayscale: #8F8F8F. Windows color (decimal): -2990116 or 14442450. OLE color: 14442450.

HSL color Cylindrical-coordinate representation of color #D25FDC: hue angle of 295.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25FDC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 95 220 -
CMYK 0.05 0.57 0 0.14
HSL 295.2º 0.64% 0.62% -
HSV(B) 295.2º 0.57% 0.86% -
XYZ 43.59 27.05 70.63 -
YUV 143.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 210 95 220 0.05 0.57 0 0.14 295.2 0.64 0.62
Hex D2 5F DC 5 39 0 E 127 40 3E
Octal 322 137 334 5 71 0 16 447 100 76
Binary 11010010 1011111 11011100 101 111001 0 1110 100100111 1000000 111110

Color Harmonies of #D25FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FDC

Black with #D25FDC

Text Example


Text Example

White with #D25FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FDC; }

 p { color: rgb(210,95,220); }

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

background-color css

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

 a { background-color: rgb(210,95,220); }

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

border-color css

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

 span { border-color: rgb(210,95,220); }

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