Html Css Color HEX #D261CD Orchid

📋 copy color: '#D261CD'

red 210 ◦ green 97 ◦ blue 205

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

Shades of Orchid #D261CD

Tints of Orchid #D261CD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.95%

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

R = 41.02%
G = 18.95%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D261CD (or 0xD261CD) is known color: Orchid. HEX triplet: D2, 61 and CD. RGB value is (210,97,205). Sum of RGB (Red+Green+Blue) = 210+97+205=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D261CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261CD is #2D9E32. Grayscale: #8E8E8E. Windows color (decimal): -2989619 or 13459922. OLE color: 13459922.

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

Color convert

RGB 210 97 205 -
CMYK 0 0.54 0.02 0.18
HSL 302.65º 0.56% 0.6% -
HSV(B) 302.65º 0.54% 0.82% -
XYZ 41.87 26.66 60.7 -
YUV 143.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 210 97 205 0 0.54 0.02 0.18 302.65 0.56 0.6
Hex D2 61 CD 0 36 2 12 12F 38 3C
Octal 322 141 315 0 66 2 22 457 70 74
Binary 11010010 1100001 11001101 0 110110 10 10010 100101111 111000 111100

Color Harmonies of #D261CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261CD

Black with #D261CD

Text Example


Text Example

White with #D261CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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