Html Css Color HEX #D26BCC Orchid

📋 copy color: '#D26BCC'

red 210 ◦ green 107 ◦ blue 204

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

Shades of Orchid #D26BCC

Tints of Orchid #D26BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.54%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 40.31%
G = 20.54%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D26BCC (or 0xD26BCC) is known color: Orchid. HEX triplet: D2, 6B and CC. RGB value is (210,107,204). Sum of RGB (Red+Green+Blue) = 210+107+204=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BCC is #2D9433. Grayscale: #949494. Windows color (decimal): -2987060 or 13396946. OLE color: 13396946.

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

Color convert

RGB 210 107 204 -
CMYK 0 0.49 0.03 0.18
HSL 303.5º 0.53% 0.62% -
HSV(B) 303.5º 0.49% 0.82% -
XYZ 42.74 28.58 60.39 -
YUV 148.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 210 107 204 0 0.49 0.03 0.18 303.5 0.53 0.62
Hex D2 6B CC 0 31 3 12 12F 35 3E
Octal 322 153 314 0 61 3 22 457 65 76
Binary 11010010 1101011 11001100 0 110001 11 10010 100101111 110101 111110

Color Harmonies of #D26BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26BCC

Black with #D26BCC

Text Example


Text Example

White with #D26BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26BCC; }

 p { color: rgb(210,107,204); }

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

background-color css

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

 a { background-color: rgb(210,107,204); }

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

border-color css

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

 span { border-color: rgb(210,107,204); }

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