Html Css Color HEX #CC38E5 Medium Orchid

📋 copy color: '#CC38E5'

red 204 ◦ green 56 ◦ blue 229

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

Shades of Medium Orchid #CC38E5

Tints of Medium Orchid #CC38E5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.45%

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

R = 41.72%
G = 11.45%
B = 46.83%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC38E5 (or 0xCC38E5) is known color: Medium Orchid. HEX triplet: CC, 38 and E5. RGB value is (204,56,229). Sum of RGB (Red+Green+Blue) = 204+56+229=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC38E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38E5 is #33C71A. Grayscale: #777777. Windows color (decimal): -3393307 or 15022284. OLE color: 15022284.

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

Color convert

RGB 204 56 229 -
CMYK 0.11 0.76 0 0.10
HSL 291.33º 0.77% 0.56% -
HSV(B) 291.33º 0.76% 0.9% -
XYZ 40.46 21.32 76.11 -
YUV 119.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 204 56 229 0.11 0.76 0 0.10 291.33 0.77 0.56
Hex CC 38 E5 B 4C 0 A 123 4D 38
Octal 314 70 345 13 114 0 12 443 115 70
Binary 11001100 111000 11100101 1011 1001100 0 1010 100100011 1001101 111000

Color Harmonies of #CC38E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38E5

Black with #CC38E5

Text Example


Text Example

White with #CC38E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38E5; }

 p { color: rgb(204,56,229); }

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

background-color css

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

 a { background-color: rgb(204,56,229); }

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

border-color css

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

 span { border-color: rgb(204,56,229); }

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