Html Css Color HEX #CC4BE0 Medium Orchid

📋 copy color: '#CC4BE0'

red 204 ◦ green 75 ◦ blue 224

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

Shades of Medium Orchid #CC4BE0

Tints of Medium Orchid #CC4BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.53%

R = 40.56%
G = 14.91%
B = 44.53%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CC4BE0 (or 0xCC4BE0) is known color: Medium Orchid. HEX triplet: CC, 4B and E0. RGB value is (204,75,224). Sum of RGB (Red+Green+Blue) = 204+75+224=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC4BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BE0 is #33B41F. Grayscale: #828282. Windows color (decimal): -3388448 or 14699468. OLE color: 14699468.

HSL color Cylindrical-coordinate representation of color #CC4BE0: hue angle of 291.95º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4BE0 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 75 224 -
CMYK 0.09 0.67 0 0.12
HSL 291.95º 0.71% 0.59% -
HSV(B) 291.95º 0.67% 0.88% -
XYZ 40.87 23.25 72.85 -
YUV 130.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 204 75 224 0.09 0.67 0 0.12 291.95 0.71 0.59
Hex CC 4B E0 9 43 0 C 124 47 3B
Octal 314 113 340 11 103 0 14 444 107 73
Binary 11001100 1001011 11100000 1001 1000011 0 1100 100100100 1000111 111011

Color Harmonies of #CC4BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BE0

Black with #CC4BE0

Text Example


Text Example

White with #CC4BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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