Html Css Color HEX #D25FDA Orchid

📋 copy color: '#D25FDA'

red 210 ◦ green 95 ◦ blue 218

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

Shades of Orchid #D25FDA

Tints of Orchid #D25FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 40.15%
G = 18.16%
B = 41.68%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D25FDA (or 0xD25FDA) is known color: Orchid. HEX triplet: D2, 5F and DA. RGB value is (210,95,218). Sum of RGB (Red+Green+Blue) = 210+95+218=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #D25FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FDA is #2DA025. Grayscale: #8F8F8F. Windows color (decimal): -2990118 or 14311378. OLE color: 14311378.

HSL color Cylindrical-coordinate representation of color #D25FDA: hue angle of 296.1º degrees, saturation: 0.62, 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 #D25FDA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 95 218 -
CMYK 0.04 0.56 0 0.15
HSL 296.1º 0.62% 0.61% -
HSV(B) 296.1º 0.56% 0.85% -
XYZ 43.33 26.95 69.25 -
YUV 143.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 210 95 218 0.04 0.56 0 0.15 296.1 0.62 0.61
Hex D2 5F DA 4 38 0 F 128 3E 3D
Octal 322 137 332 4 70 0 17 450 76 75
Binary 11010010 1011111 11011010 100 111000 0 1111 100101000 111110 111101

Color Harmonies of #D25FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FDA

Black with #D25FDA

Text Example


Text Example

White with #D25FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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