Html Css Color HEX #D26CDE Orchid

📋 copy color: '#D26CDE'

red 210 ◦ green 108 ◦ blue 222

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

Shades of Orchid #D26CDE

Tints of Orchid #D26CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 38.89%
G = 20%
B = 41.11%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D26CDE (or 0xD26CDE) is known color: Orchid. HEX triplet: D2, 6C and DE. RGB value is (210,108,222). Sum of RGB (Red+Green+Blue) = 210+108+222=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #D26CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CDE is #2D9321. Grayscale: #979797. Windows color (decimal): -2986786 or 14576850. OLE color: 14576850.

HSL color Cylindrical-coordinate representation of color #D26CDE: hue angle of 293.68º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26CDE is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 108 222 -
CMYK 0.05 0.51 0 0.13
HSL 293.68º 0.63% 0.65% -
HSV(B) 293.68º 0.51% 0.87% -
XYZ 45.13 29.7 72.46 -
YUV 151.49 167.79 169.73 -
System Red Green Blue C M Y K H S L
Decimal 210 108 222 0.05 0.51 0 0.13 293.68 0.63 0.65
Hex D2 6C DE 5 33 0 D 126 3F 41
Octal 322 154 336 5 63 0 15 446 77 101
Binary 11010010 1101100 11011110 101 110011 0 1101 100100110 111111 1000001

Color Harmonies of #D26CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26CDE

Black with #D26CDE

Text Example


Text Example

White with #D26CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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