Html Css Color HEX #CD76E5 Orchid

📋 copy color: '#CD76E5'

red 205 ◦ green 118 ◦ blue 229

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

Shades of Orchid #CD76E5

Tints of Orchid #CD76E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 37.14%
G = 21.38%
B = 41.49%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD76E5 (or 0xCD76E5) is known color: Orchid. HEX triplet: CD, 76 and E5. RGB value is (205,118,229). Sum of RGB (Red+Green+Blue) = 205+118+229=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76E5 is #32891A. Grayscale: #9C9C9C. Windows color (decimal): -3311899 or 15038157. OLE color: 15038157.

HSL color Cylindrical-coordinate representation of color #CD76E5: hue angle of 287.03º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD76E5 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 118 229 -
CMYK 0.10 0.48 0 0.10
HSL 287.03º 0.68% 0.68% -
HSV(B) 287.03º 0.48% 0.9% -
XYZ 45.8 31.59 77.81 -
YUV 156.67 168.82 162.47 -
System Red Green Blue C M Y K H S L
Decimal 205 118 229 0.10 0.48 0 0.10 287.03 0.68 0.68
Hex CD 76 E5 A 30 0 A 11F 44 44
Octal 315 166 345 12 60 0 12 437 104 104
Binary 11001101 1110110 11100101 1010 110000 0 1010 100011111 1000100 1000100

Color Harmonies of #CD76E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD76E5

Black with #CD76E5

Text Example


Text Example

White with #CD76E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD76E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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