Html Css Color HEX #CC3CEE Medium Orchid

📋 copy color: '#CC3CEE'

red 204 ◦ green 60 ◦ blue 238

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

Shades of Medium Orchid #CC3CEE

Tints of Medium Orchid #CC3CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 40.64%
G = 11.95%
B = 47.41%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC3CEE (or 0xCC3CEE) is known color: Medium Orchid. HEX triplet: CC, 3C and EE. RGB value is (204,60,238). Sum of RGB (Red+Green+Blue) = 204+60+238=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC3CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CEE is #33C311. Grayscale: #7A7A7A. Windows color (decimal): -3392274 or 15613132. OLE color: 15613132.

HSL color Cylindrical-coordinate representation of color #CC3CEE: hue angle of 288.54º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3CEE is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 60 238 -
CMYK 0.14 0.75 0 0.07
HSL 288.54º 0.84% 0.58% -
HSV(B) 288.54º 0.75% 0.93% -
XYZ 41.95 22.24 82.97 -
YUV 123.35 192.71 185.53 -
System Red Green Blue C M Y K H S L
Decimal 204 60 238 0.14 0.75 0 0.07 288.54 0.84 0.58
Hex CC 3C EE E 4B 0 7 121 54 3A
Octal 314 74 356 16 113 0 7 441 124 72
Binary 11001100 111100 11101110 1110 1001011 0 111 100100001 1010100 111010

Color Harmonies of #CC3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3CEE

Black with #CC3CEE

Text Example


Text Example

White with #CC3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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