Html Css Color HEX #CC34EF Medium Orchid

📋 copy color: '#CC34EF'

red 204 ◦ green 52 ◦ blue 239

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

Shades of Medium Orchid #CC34EF

Tints of Medium Orchid #CC34EF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.51%

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

R = 41.21%
G = 10.51%
B = 48.28%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC34EF (or 0xCC34EF) is known color: Medium Orchid. HEX triplet: CC, 34 and EF. RGB value is (204,52,239). Sum of RGB (Red+Green+Blue) = 204+52+239=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 52 (20.70% from 255 or 10.51% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC34EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC34EF is #33CB10. Grayscale: #767676. Windows color (decimal): -3394321 or 15676620. OLE color: 15676620.

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

Color convert

RGB 204 52 239 -
CMYK 0.15 0.78 0 0.06
HSL 288.77º 0.85% 0.57% -
HSV(B) 288.77º 0.78% 0.94% -
XYZ 41.71 21.53 83.62 -
YUV 118.77 195.86 188.79 -
System Red Green Blue C M Y K H S L
Decimal 204 52 239 0.15 0.78 0 0.06 288.77 0.85 0.57
Hex CC 34 EF F 4E 0 6 121 55 39
Octal 314 64 357 17 116 0 6 441 125 71
Binary 11001100 110100 11101111 1111 1001110 0 110 100100001 1010101 111001

Color Harmonies of #CC34EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34EF

Black with #CC34EF

Text Example


Text Example

White with #CC34EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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