Html Css Color HEX #D26ABC Orchid

📋 copy color: '#D26ABC'

red 210 ◦ green 106 ◦ blue 188

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

Shades of Orchid #D26ABC

Tints of Orchid #D26ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.03%

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 41.67%
G = 21.03%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D26ABC (or 0xD26ABC) is known color: Orchid. HEX triplet: D2, 6A and BC. RGB value is (210,106,188). Sum of RGB (Red+Green+Blue) = 210+106+188=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ABC is #2D9543. Grayscale: #929292. Windows color (decimal): -2987332 or 12348114. OLE color: 12348114.

HSL color Cylindrical-coordinate representation of color #D26ABC: hue angle of 312.69º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26ABC is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 106 188 -
CMYK 0 0.50 0.10 0.18
HSL 312.69º 0.54% 0.62% -
HSV(B) 312.69º 0.5% 0.82% -
XYZ 40.81 27.64 50.76 -
YUV 146.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 210 106 188 0 0.50 0.10 0.18 312.69 0.54 0.62
Hex D2 6A BC 0 32 A 12 139 36 3E
Octal 322 152 274 0 62 12 22 471 66 76
Binary 11010010 1101010 10111100 0 110010 1010 10010 100111001 110110 111110

Color Harmonies of #D26ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26ABC

Black with #D26ABC

Text Example


Text Example

White with #D26ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26ABC; }

 p { color: rgb(210,106,188); }

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

background-color css

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

 a { background-color: rgb(210,106,188); }

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

border-color css

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

 span { border-color: rgb(210,106,188); }

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