Html Css Color HEX #D26CBE Orchid

📋 copy color: '#D26CBE'

red 210 ◦ green 108 ◦ blue 190

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

Shades of Orchid #D26CBE

Tints of Orchid #D26CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.26%

 BLUE value IS 190 (74.61% from 255) = 37.4%

R = 41.34%
G = 21.26%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D26CBE (or 0xD26CBE) is known color: Orchid. HEX triplet: D2, 6C and BE. RGB value is (210,108,190). Sum of RGB (Red+Green+Blue) = 210+108+190=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CBE is #2D9341. Grayscale: #939393. Windows color (decimal): -2986818 or 12479698. OLE color: 12479698.

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

Color convert

RGB 210 108 190 -
CMYK 0 0.49 0.10 0.18
HSL 311.76º 0.53% 0.62% -
HSV(B) 311.76º 0.49% 0.82% -
XYZ 41.24 28.14 51.97 -
YUV 147.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 210 108 190 0 0.49 0.10 0.18 311.76 0.53 0.62
Hex D2 6C BE 0 31 A 12 138 35 3E
Octal 322 154 276 0 61 12 22 470 65 76
Binary 11010010 1101100 10111110 0 110001 1010 10010 100111000 110101 111110

Color Harmonies of #D26CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CBE

Black with #D26CBE

Text Example


Text Example

White with #D26CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CBE; }

 p { color: rgb(210,108,190); }

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

background-color css

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

 a { background-color: rgb(210,108,190); }

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

border-color css

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

 span { border-color: rgb(210,108,190); }

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