Html Css Color HEX #CC3CF5 Medium Orchid

📋 copy color: '#CC3CF5'

red 204 ◦ green 60 ◦ blue 245

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

Shades of Medium Orchid #CC3CF5

Tints of Medium Orchid #CC3CF5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.79%

 BLUE value IS 245 (96.09% from 255) = 48.13%

R = 40.08%
G = 11.79%
B = 48.13%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC3CF5 (or 0xCC3CF5) is known color: Medium Orchid. HEX triplet: CC, 3C and F5. RGB value is (204,60,245). Sum of RGB (Red+Green+Blue) = 204+60+245=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 245 (96.09% from 255 or 48.13% from 509); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC3CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CF5 is #33C30A. Grayscale: #7B7B7B. Windows color (decimal): -3392267 or 16071884. OLE color: 16071884.

HSL color Cylindrical-coordinate representation of color #CC3CF5: hue angle of 286.7º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3CF5 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 60 245 -
CMYK 0.17 0.76 0 0.04
HSL 286.7º 0.9% 0.6% -
HSV(B) 286.7º 0.76% 0.96% -
XYZ 43 22.66 88.49 -
YUV 124.15 196.21 184.96 -
System Red Green Blue C M Y K H S L
Decimal 204 60 245 0.17 0.76 0 0.04 286.7 0.9 0.6
Hex CC 3C F5 11 4C 0 4 11F 5A 3C
Octal 314 74 365 21 114 0 4 437 132 74
Binary 11001100 111100 11110101 10001 1001100 0 100 100011111 1011010 111100

Color Harmonies of #CC3CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3CF5

Black with #CC3CF5

Text Example


Text Example

White with #CC3CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3CF5; }

 p { color: rgb(204,60,245); }

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

background-color css

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

 a { background-color: rgb(204,60,245); }

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

border-color css

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

 span { border-color: rgb(204,60,245); }

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