Html Css Color HEX #D266CD Orchid

📋 copy color: '#D266CD'

red 210 ◦ green 102 ◦ blue 205

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

Shades of Orchid #D266CD

Tints of Orchid #D266CD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.73%

 BLUE value IS 205 (80.47% from 255) = 39.65%

R = 40.62%
G = 19.73%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D266CD (or 0xD266CD) is known color: Orchid. HEX triplet: D2, 66 and CD. RGB value is (210,102,205). Sum of RGB (Red+Green+Blue) = 210+102+205=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D266CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D266CD is #2D9932. Grayscale: #919191. Windows color (decimal): -2988339 or 13461202. OLE color: 13461202.

HSL color Cylindrical-coordinate representation of color #D266CD: hue angle of 302.78º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D266CD is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 102 205 -
CMYK 0 0.51 0.02 0.18
HSL 302.78º 0.55% 0.61% -
HSV(B) 302.78º 0.51% 0.82% -
XYZ 42.35 27.61 60.86 -
YUV 146.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 210 102 205 0 0.51 0.02 0.18 302.78 0.55 0.61
Hex D2 66 CD 0 33 2 12 12F 37 3D
Octal 322 146 315 0 63 2 22 457 67 75
Binary 11010010 1100110 11001101 0 110011 10 10010 100101111 110111 111101

Color Harmonies of #D266CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D266CD

Black with #D266CD

Text Example


Text Example

White with #D266CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D266CD; }

 p { color: rgb(210,102,205); }

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

background-color css

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

 a { background-color: rgb(210,102,205); }

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

border-color css

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

 span { border-color: rgb(210,102,205); }

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