Html Css Color HEX #CC34EA Medium Orchid

📋 copy color: '#CC34EA'

red 204 ◦ green 52 ◦ blue 234

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

Shades of Medium Orchid #CC34EA

Tints of Medium Orchid #CC34EA

RGB

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

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

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

R = 41.63%
G = 10.61%
B = 47.76%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC34EA (or 0xCC34EA) is known color: Medium Orchid. HEX triplet: CC, 34 and EA. RGB value is (204,52,234). Sum of RGB (Red+Green+Blue) = 204+52+234=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC34EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC34EA is #33CB15. Grayscale: #757575. Windows color (decimal): -3394326 or 15348940. OLE color: 15348940.

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

Color convert

RGB 204 52 234 -
CMYK 0.13 0.78 0 0.08
HSL 290.11º 0.81% 0.56% -
HSV(B) 290.11º 0.78% 0.92% -
XYZ 40.98 21.23 79.78 -
YUV 118.2 193.36 189.2 -
System Red Green Blue C M Y K H S L
Decimal 204 52 234 0.13 0.78 0 0.08 290.11 0.81 0.56
Hex CC 34 EA D 4E 0 8 122 51 38
Octal 314 64 352 15 116 0 10 442 121 70
Binary 11001100 110100 11101010 1101 1001110 0 1000 100100010 1010001 111000

Color Harmonies of #CC34EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34EA

Black with #CC34EA

Text Example


Text Example

White with #CC34EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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