Html Css Color HEX #D25FDE Orchid

📋 copy color: '#D25FDE'

red 210 ◦ green 95 ◦ blue 222

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

Shades of Orchid #D25FDE

Tints of Orchid #D25FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 39.85%
G = 18.03%
B = 42.13%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D25FDE (or 0xD25FDE) is known color: Orchid. HEX triplet: D2, 5F and DE. RGB value is (210,95,222). Sum of RGB (Red+Green+Blue) = 210+95+222=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #D25FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FDE is #2DA021. Grayscale: #8F8F8F. Windows color (decimal): -2990114 or 14573522. OLE color: 14573522.

HSL color Cylindrical-coordinate representation of color #D25FDE: hue angle of 294.33º degrees, saturation: 0.66, 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 #D25FDE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 95 222 -
CMYK 0.05 0.57 0 0.13
HSL 294.33º 0.66% 0.62% -
HSV(B) 294.33º 0.57% 0.87% -
XYZ 43.86 27.16 72.04 -
YUV 143.86 172.1 175.17 -
System Red Green Blue C M Y K H S L
Decimal 210 95 222 0.05 0.57 0 0.13 294.33 0.66 0.62
Hex D2 5F DE 5 39 0 D 126 42 3E
Octal 322 137 336 5 71 0 15 446 102 76
Binary 11010010 1011111 11011110 101 111001 0 1101 100100110 1000010 111110

Color Harmonies of #D25FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FDE

Black with #D25FDE

Text Example


Text Example

White with #D25FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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