Html Css Color HEX #CD76C4 Orchid

📋 copy color: '#CD76C4'

red 205 ◦ green 118 ◦ blue 196

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

Shades of Orchid #CD76C4

Tints of Orchid #CD76C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.76%

R = 39.5%
G = 22.74%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD76C4 (or 0xCD76C4) is known color: Orchid. HEX triplet: CD, 76 and C4. RGB value is (205,118,196). Sum of RGB (Red+Green+Blue) = 205+118+196=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76C4 is #32893B. Grayscale: #989898. Windows color (decimal): -3311932 or 12875469. OLE color: 12875469.

HSL color Cylindrical-coordinate representation of color #CD76C4: hue angle of 306.21º 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 #CD76C4 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 118 196 -
CMYK 0 0.42 0.04 0.20
HSL 306.21º 0.47% 0.63% -
HSV(B) 306.21º 0.42% 0.8% -
XYZ 41.62 29.92 55.81 -
YUV 152.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 205 118 196 0 0.42 0.04 0.20 306.21 0.47 0.63
Hex CD 76 C4 0 2A 4 14 132 2F 3F
Octal 315 166 304 0 52 4 24 462 57 77
Binary 11001101 1110110 11000100 0 101010 100 10100 100110010 101111 111111

Color Harmonies of #CD76C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76C4

Black with #CD76C4

Text Example


Text Example

White with #CD76C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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