Html Css Color HEX #D25FDF Orchid

📋 copy color: '#D25FDF'

red 210 ◦ green 95 ◦ blue 223

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

Shades of Orchid #D25FDF

Tints of Orchid #D25FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 39.77%
G = 17.99%
B = 42.23%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D25FDF (or 0xD25FDF) is known color: Orchid. HEX triplet: D2, 5F and DF. RGB value is (210,95,223). Sum of RGB (Red+Green+Blue) = 210+95+223=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #D25FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FDF is #2DA020. Grayscale: #8F8F8F. Windows color (decimal): -2990113 or 14639058. OLE color: 14639058.

HSL color Cylindrical-coordinate representation of color #D25FDF: hue angle of 293.91º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25FDF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 95 223 -
CMYK 0.06 0.57 0 0.13
HSL 293.91º 0.67% 0.62% -
HSV(B) 293.91º 0.57% 0.87% -
XYZ 43.99 27.21 72.75 -
YUV 143.98 172.6 175.09 -
System Red Green Blue C M Y K H S L
Decimal 210 95 223 0.06 0.57 0 0.13 293.91 0.67 0.62
Hex D2 5F DF 6 39 0 D 126 43 3E
Octal 322 137 337 6 71 0 15 446 103 76
Binary 11010010 1011111 11011111 110 111001 0 1101 100100110 1000011 111110

Color Harmonies of #D25FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FDF

Black with #D25FDF

Text Example


Text Example

White with #D25FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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