Html Css Color HEX #CD76D1 Orchid

📋 copy color: '#CD76D1'

red 205 ◦ green 118 ◦ blue 209

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

Shades of Orchid #CD76D1

Tints of Orchid #CD76D1

RGB

 RED value IS 205 (80.47% from 255) = 38.53%

 GREEN value IS 118 (46.48% from 255) = 22.18%

 BLUE value IS 209 (82.03% from 255) = 39.29%

R = 38.53%
G = 22.18%
B = 39.29%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD76D1 (or 0xCD76D1) is known color: Orchid. HEX triplet: CD, 76 and D1. RGB value is (205,118,209). Sum of RGB (Red+Green+Blue) = 205+118+209=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD76D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76D1 is #32892E. Grayscale: #9A9A9A. Windows color (decimal): -3311919 or 13727437. OLE color: 13727437.

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

Color convert

RGB 205 118 209 -
CMYK 0.02 0.44 0 0.18
HSL 297.36º 0.5% 0.64% -
HSV(B) 297.36º 0.44% 0.82% -
XYZ 43.16 30.54 63.94 -
YUV 154.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 205 118 209 0.02 0.44 0 0.18 297.36 0.5 0.64
Hex CD 76 D1 2 2C 0 12 129 32 40
Octal 315 166 321 2 54 0 22 451 62 100
Binary 11001101 1110110 11010001 10 101100 0 10010 100101001 110010 1000000

Color Harmonies of #CD76D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76D1

Black with #CD76D1

Text Example


Text Example

White with #CD76D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76D1; }

 p { color: rgb(205,118,209); }

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

background-color css

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

 a { background-color: rgb(205,118,209); }

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

border-color css

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

 span { border-color: rgb(205,118,209); }

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