Html Css Color HEX #CC38EE Medium Orchid

📋 copy color: '#CC38EE'

red 204 ◦ green 56 ◦ blue 238

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

Shades of Medium Orchid #CC38EE

Tints of Medium Orchid #CC38EE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.24%

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

R = 40.96%
G = 11.24%
B = 47.79%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC38EE (or 0xCC38EE) is known color: Medium Orchid. HEX triplet: CC, 38 and EE. RGB value is (204,56,238). Sum of RGB (Red+Green+Blue) = 204+56+238=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 56 (22.27% from 255 or 11.24% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC38EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC38EE is #33C711. Grayscale: #787878. Windows color (decimal): -3393298 or 15612108. OLE color: 15612108.

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

Color convert

RGB 204 56 238 -
CMYK 0.14 0.76 0 0.07
HSL 288.79º 0.84% 0.58% -
HSV(B) 288.79º 0.76% 0.93% -
XYZ 41.75 21.84 82.9 -
YUV 121 194.03 187.2 -
System Red Green Blue C M Y K H S L
Decimal 204 56 238 0.14 0.76 0 0.07 288.79 0.84 0.58
Hex CC 38 EE E 4C 0 7 121 54 3A
Octal 314 70 356 16 114 0 7 441 124 72
Binary 11001100 111000 11101110 1110 1001100 0 111 100100001 1010100 111010

Color Harmonies of #CC38EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38EE

Black with #CC38EE

Text Example


Text Example

White with #CC38EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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