Html Css Color HEX #CC3CEF Medium Orchid

📋 copy color: '#CC3CEF'

red 204 ◦ green 60 ◦ blue 239

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

Shades of Medium Orchid #CC3CEF

Tints of Medium Orchid #CC3CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.51%

R = 40.56%
G = 11.93%
B = 47.51%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC3CEF (or 0xCC3CEF) is known color: Medium Orchid. HEX triplet: CC, 3C and EF. RGB value is (204,60,239). Sum of RGB (Red+Green+Blue) = 204+60+239=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CEF is #33C310. Grayscale: #7A7A7A. Windows color (decimal): -3392273 or 15678668. OLE color: 15678668.

HSL color Cylindrical-coordinate representation of color #CC3CEF: hue angle of 288.27º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3CEF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 60 239 -
CMYK 0.15 0.75 0 0.06
HSL 288.27º 0.85% 0.59% -
HSV(B) 288.27º 0.75% 0.94% -
XYZ 42.1 22.3 83.75 -
YUV 123.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 204 60 239 0.15 0.75 0 0.06 288.27 0.85 0.59
Hex CC 3C EF F 4B 0 6 120 55 3B
Octal 314 74 357 17 113 0 6 440 125 73
Binary 11001100 111100 11101111 1111 1001011 0 110 100100000 1010101 111011

Color Harmonies of #CC3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3CEF

Black with #CC3CEF

Text Example


Text Example

White with #CC3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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