Html Css Color HEX #CC4BEA Medium Orchid

📋 copy color: '#CC4BEA'

red 204 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #CC4BEA

Tints of Medium Orchid #CC4BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.62%

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

R = 39.77%
G = 14.62%
B = 45.61%

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

#CC4BEA (or 0xCC4BEA) is known color: Medium Orchid. HEX triplet: CC, 4B and EA. RGB value is (204,75,234). Sum of RGB (Red+Green+Blue) = 204+75+234=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC4BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4BEA is #33B415. Grayscale: #838383. Windows color (decimal): -3388438 or 15354828. OLE color: 15354828.

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

Color convert

RGB 204 75 234 -
CMYK 0.13 0.68 0 0.08
HSL 288.68º 0.79% 0.61% -
HSV(B) 288.68º 0.68% 0.92% -
XYZ 42.27 23.81 80.21 -
YUV 131.7 185.74 179.57 -
System Red Green Blue C M Y K H S L
Decimal 204 75 234 0.13 0.68 0 0.08 288.68 0.79 0.61
Hex CC 4B EA D 44 0 8 121 4F 3D
Octal 314 113 352 15 104 0 10 441 117 75
Binary 11001100 1001011 11101010 1101 1000100 0 1000 100100001 1001111 111101

Color Harmonies of #CC4BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BEA

Black with #CC4BEA

Text Example


Text Example

White with #CC4BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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