Html Css Color HEX #D26DC4 Orchid

📋 copy color: '#D26DC4'

red 210 ◦ green 109 ◦ blue 196

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

Shades of Orchid #D26DC4

Tints of Orchid #D26DC4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.17%

 BLUE value IS 196 (76.95% from 255) = 38.06%

R = 40.78%
G = 21.17%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D26DC4 (or 0xD26DC4) is known color: Orchid. HEX triplet: D2, 6D and C4. RGB value is (210,109,196). Sum of RGB (Red+Green+Blue) = 210+109+196=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DC4 is #2D923B. Grayscale: #949494. Windows color (decimal): -2986556 or 12873170. OLE color: 12873170.

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

Color convert

RGB 210 109 196 -
CMYK 0 0.48 0.07 0.18
HSL 308.32º 0.53% 0.63% -
HSV(B) 308.32º 0.48% 0.82% -
XYZ 42.01 28.62 55.54 -
YUV 149.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 210 109 196 0 0.48 0.07 0.18 308.32 0.53 0.63
Hex D2 6D C4 0 30 7 12 134 35 3F
Octal 322 155 304 0 60 7 22 464 65 77
Binary 11010010 1101101 11000100 0 110000 111 10010 100110100 110101 111111

Color Harmonies of #D26DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26DC4

Black with #D26DC4

Text Example


Text Example

White with #D26DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26DC4; }

 p { color: rgb(210,109,196); }

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

background-color css

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

 a { background-color: rgb(210,109,196); }

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

border-color css

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

 span { border-color: rgb(210,109,196); }

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