Html Css Color HEX #D26FC9 Orchid

📋 copy color: '#D26FC9'

red 210 ◦ green 111 ◦ blue 201

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

Shades of Orchid #D26FC9

Tints of Orchid #D26FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.51%

R = 40.23%
G = 21.26%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D26FC9 (or 0xD26FC9) is known color: Orchid. HEX triplet: D2, 6F and C9. RGB value is (210,111,201). Sum of RGB (Red+Green+Blue) = 210+111+201=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FC9 is #2D9036. Grayscale: #969696. Windows color (decimal): -2986039 or 13201362. OLE color: 13201362.

HSL color Cylindrical-coordinate representation of color #D26FC9: hue angle of 305.45º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26FC9 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 111 201 -
CMYK 0 0.47 0.04 0.18
HSL 305.45º 0.52% 0.63% -
HSV(B) 305.45º 0.47% 0.82% -
XYZ 42.81 29.29 58.66 -
YUV 150.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 210 111 201 0 0.47 0.04 0.18 305.45 0.52 0.63
Hex D2 6F C9 0 2F 4 12 131 34 3F
Octal 322 157 311 0 57 4 22 461 64 77
Binary 11010010 1101111 11001001 0 101111 100 10010 100110001 110100 111111

Color Harmonies of #D26FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26FC9

Black with #D26FC9

Text Example


Text Example

White with #D26FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26FC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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