Html Css Color HEX #D26FCC Orchid

📋 copy color: '#D26FCC'

red 210 ◦ green 111 ◦ blue 204

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

Shades of Orchid #D26FCC

Tints of Orchid #D26FCC

RGB

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

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

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

R = 40%
G = 21.14%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D26FCC (or 0xD26FCC) is known color: Orchid. HEX triplet: D2, 6F and CC. RGB value is (210,111,204). Sum of RGB (Red+Green+Blue) = 210+111+204=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FCC is #2D9033. Grayscale: #969696. Windows color (decimal): -2986036 or 13397970. OLE color: 13397970.

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

Color convert

RGB 210 111 204 -
CMYK 0 0.47 0.03 0.18
HSL 303.64º 0.52% 0.63% -
HSV(B) 303.64º 0.47% 0.82% -
XYZ 43.16 29.43 60.53 -
YUV 151.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 210 111 204 0 0.47 0.03 0.18 303.64 0.52 0.63
Hex D2 6F CC 0 2F 3 12 130 34 3F
Octal 322 157 314 0 57 3 22 460 64 77
Binary 11010010 1101111 11001100 0 101111 11 10010 100110000 110100 111111

Color Harmonies of #D26FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26FCC

Black with #D26FCC

Text Example


Text Example

White with #D26FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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