Html Css Color HEX #D26FD5 Orchid

📋 copy color: '#D26FD5'

red 210 ◦ green 111 ◦ blue 213

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

Shades of Orchid #D26FD5

Tints of Orchid #D26FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.89%

R = 39.33%
G = 20.79%
B = 39.89%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D26FD5 (or 0xD26FD5) is known color: Orchid. HEX triplet: D2, 6F and D5. RGB value is (210,111,213). Sum of RGB (Red+Green+Blue) = 210+111+213=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #D26FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FD5 is #2D902A. Grayscale: #979797. Windows color (decimal): -2986027 or 13987794. OLE color: 13987794.

HSL color Cylindrical-coordinate representation of color #D26FD5: hue angle of 298.24º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26FD5 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 111 213 -
CMYK 0.01 0.48 0 0.16
HSL 298.24º 0.55% 0.64% -
HSV(B) 298.24º 0.48% 0.84% -
XYZ 44.27 29.87 66.38 -
YUV 152.23 162.3 169.21 -
System Red Green Blue C M Y K H S L
Decimal 210 111 213 0.01 0.48 0 0.16 298.24 0.55 0.64
Hex D2 6F D5 1 30 0 10 12A 37 40
Octal 322 157 325 1 60 0 20 452 67 100
Binary 11010010 1101111 11010101 1 110000 0 10000 100101010 110111 1000000

Color Harmonies of #D26FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26FD5

Black with #D26FD5

Text Example


Text Example

White with #D26FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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