Html Css Color HEX #D26FDA Orchid

📋 copy color: '#D26FDA'

red 210 ◦ green 111 ◦ blue 218

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

Shades of Orchid #D26FDA

Tints of Orchid #D26FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.59%

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

R = 38.96%
G = 20.59%
B = 40.45%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D26FDA (or 0xD26FDA) is known color: Orchid. HEX triplet: D2, 6F and DA. RGB value is (210,111,218). Sum of RGB (Red+Green+Blue) = 210+111+218=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #D26FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FDA is #2D9025. Grayscale: #989898. Windows color (decimal): -2986022 or 14315474. OLE color: 14315474.

HSL color Cylindrical-coordinate representation of color #D26FDA: hue angle of 295.51º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26FDA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 111 218 -
CMYK 0.04 0.49 0 0.15
HSL 295.51º 0.59% 0.65% -
HSV(B) 295.51º 0.49% 0.85% -
XYZ 44.92 30.13 69.78 -
YUV 152.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 210 111 218 0.04 0.49 0 0.15 295.51 0.59 0.65
Hex D2 6F DA 4 31 0 F 128 3B 41
Octal 322 157 332 4 61 0 17 450 73 101
Binary 11010010 1101111 11011010 100 110001 0 1111 100101000 111011 1000001

Color Harmonies of #D26FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26FDA

Black with #D26FDA

Text Example


Text Example

White with #D26FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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