Html Css Color HEX #CC3FE5 Medium Orchid

📋 copy color: '#CC3FE5'

red 204 ◦ green 63 ◦ blue 229

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

Shades of Medium Orchid #CC3FE5

Tints of Medium Orchid #CC3FE5

RGB

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

 GREEN value IS 63 (25% from 255) = 12.7%

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

R = 41.13%
G = 12.7%
B = 46.17%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC3FE5 (or 0xCC3FE5) is known color: Medium Orchid. HEX triplet: CC, 3F and E5. RGB value is (204,63,229). Sum of RGB (Red+Green+Blue) = 204+63+229=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC3FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FE5 is #33C01A. Grayscale: #7B7B7B. Windows color (decimal): -3391515 or 15024076. OLE color: 15024076.

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

Color convert

RGB 204 63 229 -
CMYK 0.11 0.72 0 0.10
HSL 290.96º 0.76% 0.57% -
HSV(B) 290.96º 0.72% 0.9% -
XYZ 40.82 22.05 76.23 -
YUV 124.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 204 63 229 0.11 0.72 0 0.10 290.96 0.76 0.57
Hex CC 3F E5 B 48 0 A 123 4C 39
Octal 314 77 345 13 110 0 12 443 114 71
Binary 11001100 111111 11100101 1011 1001000 0 1010 100100011 1001100 111001

Color Harmonies of #CC3FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3FE5

Black with #CC3FE5

Text Example


Text Example

White with #CC3FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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