Html Css Color HEX #CC34F5 Medium Orchid

📋 copy color: '#CC34F5'

red 204 ◦ green 52 ◦ blue 245

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

Shades of Medium Orchid #CC34F5

Tints of Medium Orchid #CC34F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.9%

R = 40.72%
G = 10.38%
B = 48.9%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC34F5 (or 0xCC34F5) is known color: Medium Orchid. HEX triplet: CC, 34 and F5. RGB value is (204,52,245). Sum of RGB (Red+Green+Blue) = 204+52+245=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC34F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC34F5 is #33CB0A. Grayscale: #767676. Windows color (decimal): -3394315 or 16069836. OLE color: 16069836.

HSL color Cylindrical-coordinate representation of color #CC34F5: hue angle of 287.25º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC34F5 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 52 245 -
CMYK 0.17 0.79 0 0.04
HSL 287.25º 0.91% 0.58% -
HSV(B) 287.25º 0.79% 0.96% -
XYZ 42.61 21.89 88.36 -
YUV 119.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 204 52 245 0.17 0.79 0 0.04 287.25 0.91 0.58
Hex CC 34 F5 11 4F 0 4 11F 5B 3A
Octal 314 64 365 21 117 0 4 437 133 72
Binary 11001100 110100 11110101 10001 1001111 0 100 100011111 1011011 111010

Color Harmonies of #CC34F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC34F5

Black with #CC34F5

Text Example


Text Example

White with #CC34F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC34F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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