Html Css Color HEX #CC5ADB Medium Orchid

📋 copy color: '#CC5ADB'

red 204 ◦ green 90 ◦ blue 219

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

Shades of Medium Orchid #CC5ADB

Tints of Medium Orchid #CC5ADB

RGB

 RED value IS 204 (80.08% from 255) = 39.77%

 GREEN value IS 90 (35.55% from 255) = 17.54%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 39.77%
G = 17.54%
B = 42.69%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC5ADB (or 0xCC5ADB) is known color: Medium Orchid. HEX triplet: CC, 5A and DB. RGB value is (204,90,219). Sum of RGB (Red+Green+Blue) = 204+90+219=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ADB is #33A524. Grayscale: #8A8A8A. Windows color (decimal): -3384613 or 14375628. OLE color: 14375628.

HSL color Cylindrical-coordinate representation of color #CC5ADB: hue angle of 293.02º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5ADB is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 90 219 -
CMYK 0.07 0.59 0 0.14
HSL 293.02º 0.64% 0.61% -
HSV(B) 293.02º 0.59% 0.86% -
XYZ 41.34 25.26 69.72 -
YUV 138.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 204 90 219 0.07 0.59 0 0.14 293.02 0.64 0.61
Hex CC 5A DB 7 3B 0 E 125 40 3D
Octal 314 132 333 7 73 0 16 445 100 75
Binary 11001100 1011010 11011011 111 111011 0 1110 100100101 1000000 111101

Color Harmonies of #CC5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5ADB

Black with #CC5ADB

Text Example


Text Example

White with #CC5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5ADB; }

 p { color: rgb(204,90,219); }

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

background-color css

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

 a { background-color: rgb(204,90,219); }

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

border-color css

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

 span { border-color: rgb(204,90,219); }

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