Html Css Color HEX #CC4CEE Medium Orchid

📋 copy color: '#CC4CEE'

red 204 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #CC4CEE

Tints of Medium Orchid #CC4CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.67%

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

R = 39.38%
G = 14.67%
B = 45.95%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC4CEE (or 0xCC4CEE) is known color: Medium Orchid. HEX triplet: CC, 4C and EE. RGB value is (204,76,238). Sum of RGB (Red+Green+Blue) = 204+76+238=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CEE is #33B311. Grayscale: #848484. Windows color (decimal): -3388178 or 15617228. OLE color: 15617228.

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

Color convert

RGB 204 76 238 -
CMYK 0.14 0.68 0 0.07
HSL 287.41º 0.83% 0.62% -
HSV(B) 287.41º 0.68% 0.93% -
XYZ 42.92 24.18 83.29 -
YUV 132.74 187.41 178.83 -
System Red Green Blue C M Y K H S L
Decimal 204 76 238 0.14 0.68 0 0.07 287.41 0.83 0.62
Hex CC 4C EE E 44 0 7 11F 53 3E
Octal 314 114 356 16 104 0 7 437 123 76
Binary 11001100 1001100 11101110 1110 1000100 0 111 100011111 1010011 111110

Color Harmonies of #CC4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CEE

Black with #CC4CEE

Text Example


Text Example

White with #CC4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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