Html Css Color HEX #D25FD8 Orchid

📋 copy color: '#D25FD8'

red 210 ◦ green 95 ◦ blue 216

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

Shades of Orchid #D25FD8

Tints of Orchid #D25FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.46%

R = 40.31%
G = 18.23%
B = 41.46%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D25FD8 (or 0xD25FD8) is known color: Orchid. HEX triplet: D2, 5F and D8. RGB value is (210,95,216). Sum of RGB (Red+Green+Blue) = 210+95+216=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #D25FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FD8 is #2DA027. Grayscale: #8E8E8E. Windows color (decimal): -2990120 or 14180306. OLE color: 14180306.

HSL color Cylindrical-coordinate representation of color #D25FD8: hue angle of 297.02º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25FD8 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 95 216 -
CMYK 0.03 0.56 0 0.15
HSL 297.02º 0.61% 0.61% -
HSV(B) 297.02º 0.56% 0.85% -
XYZ 43.07 26.84 67.88 -
YUV 143.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 210 95 216 0.03 0.56 0 0.15 297.02 0.61 0.61
Hex D2 5F D8 3 38 0 F 129 3D 3D
Octal 322 137 330 3 70 0 17 451 75 75
Binary 11010010 1011111 11011000 11 111000 0 1111 100101001 111101 111101

Color Harmonies of #D25FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FD8

Black with #D25FD8

Text Example


Text Example

White with #D25FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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