Html Css Color HEX #CC38EA Medium Orchid

📋 copy color: '#CC38EA'

red 204 ◦ green 56 ◦ blue 234

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

Shades of Medium Orchid #CC38EA

Tints of Medium Orchid #CC38EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 41.3%
G = 11.34%
B = 47.37%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC38EA (or 0xCC38EA) is known color: Medium Orchid. HEX triplet: CC, 38 and EA. RGB value is (204,56,234). Sum of RGB (Red+Green+Blue) = 204+56+234=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC38EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC38EA is #33C715. Grayscale: #777777. Windows color (decimal): -3393302 or 15349964. OLE color: 15349964.

HSL color Cylindrical-coordinate representation of color #CC38EA: hue angle of 289.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC38EA is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 56 234 -
CMYK 0.13 0.76 0 0.08
HSL 289.89º 0.81% 0.57% -
HSV(B) 289.89º 0.76% 0.92% -
XYZ 41.17 21.61 79.84 -
YUV 120.54 192.03 187.53 -
System Red Green Blue C M Y K H S L
Decimal 204 56 234 0.13 0.76 0 0.08 289.89 0.81 0.57
Hex CC 38 EA D 4C 0 8 122 51 39
Octal 314 70 352 15 114 0 10 442 121 71
Binary 11001100 111000 11101010 1101 1001100 0 1000 100100010 1010001 111001

Color Harmonies of #CC38EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC38EA

Black with #CC38EA

Text Example


Text Example

White with #CC38EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC38EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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