Html Css Color HEX #CD76BA Orchid

📋 copy color: '#CD76BA'

red 205 ◦ green 118 ◦ blue 186

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

Shades of Orchid #CD76BA

Tints of Orchid #CD76BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 40.28%
G = 23.18%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD76BA (or 0xCD76BA) is known color: Orchid. HEX triplet: CD, 76 and BA. RGB value is (205,118,186). Sum of RGB (Red+Green+Blue) = 205+118+186=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76BA is #328945. Grayscale: #979797. Windows color (decimal): -3311942 or 12220109. OLE color: 12220109.

HSL color Cylindrical-coordinate representation of color #CD76BA: hue angle of 313.1º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD76BA is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 118 186 -
CMYK 0 0.42 0.09 0.20
HSL 313.1º 0.47% 0.63% -
HSV(B) 313.1º 0.42% 0.8% -
XYZ 40.52 29.48 50.01 -
YUV 151.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 205 118 186 0 0.42 0.09 0.20 313.1 0.47 0.63
Hex CD 76 BA 0 2A 9 14 139 2F 3F
Octal 315 166 272 0 52 11 24 471 57 77
Binary 11001101 1110110 10111010 0 101010 1001 10100 100111001 101111 111111

Color Harmonies of #CD76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76BA

Black with #CD76BA

Text Example


Text Example

White with #CD76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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