Html Css Color HEX #CC4AEA Medium Orchid

📋 copy color: '#CC4AEA'

red 204 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #CC4AEA

Tints of Medium Orchid #CC4AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.45%

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

R = 39.84%
G = 14.45%
B = 45.7%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC4AEA (or 0xCC4AEA) is known color: Medium Orchid. HEX triplet: CC, 4A and EA. RGB value is (204,74,234). Sum of RGB (Red+Green+Blue) = 204+74+234=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC4AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4AEA is #33B515. Grayscale: #828282. Windows color (decimal): -3388694 or 15354572. OLE color: 15354572.

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

Color convert

RGB 204 74 234 -
CMYK 0.13 0.68 0 0.08
HSL 288.75º 0.79% 0.6% -
HSV(B) 288.75º 0.68% 0.92% -
XYZ 42.2 23.68 80.19 -
YUV 131.11 186.07 179.99 -
System Red Green Blue C M Y K H S L
Decimal 204 74 234 0.13 0.68 0 0.08 288.75 0.79 0.6
Hex CC 4A EA D 44 0 8 121 4F 3C
Octal 314 112 352 15 104 0 10 441 117 74
Binary 11001100 1001010 11101010 1101 1000100 0 1000 100100001 1001111 111100

Color Harmonies of #CC4AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AEA

Black with #CC4AEA

Text Example


Text Example

White with #CC4AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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