Html Css Color HEX #D26FB4 Orchid

📋 copy color: '#D26FB4'

red 210 ◦ green 111 ◦ blue 180

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

Shades of Orchid #D26FB4

Tints of Orchid #D26FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.93%

R = 41.92%
G = 22.16%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D26FB4 (or 0xD26FB4) is known color: Orchid. HEX triplet: D2, 6F and B4. RGB value is (210,111,180). Sum of RGB (Red+Green+Blue) = 210+111+180=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FB4 is #2D904B. Grayscale: #949494. Windows color (decimal): -2986060 or 11825106. OLE color: 11825106.

HSL color Cylindrical-coordinate representation of color #D26FB4: hue angle of 318.18º 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 #D26FB4 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 111 180 -
CMYK 0 0.47 0.14 0.18
HSL 318.18º 0.52% 0.63% -
HSV(B) 318.18º 0.47% 0.82% -
XYZ 40.5 28.37 46.52 -
YUV 148.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 210 111 180 0 0.47 0.14 0.18 318.18 0.52 0.63
Hex D2 6F B4 0 2F E 12 13E 34 3F
Octal 322 157 264 0 57 16 22 476 64 77
Binary 11010010 1101111 10110100 0 101111 1110 10010 100111110 110100 111111

Color Harmonies of #D26FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26FB4

Black with #D26FB4

Text Example


Text Example

White with #D26FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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