Html Css Color HEX #CC4BED Medium Orchid

📋 copy color: '#CC4BED'

red 204 ◦ green 75 ◦ blue 237

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

Shades of Medium Orchid #CC4BED

Tints of Medium Orchid #CC4BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 39.53%
G = 14.53%
B = 45.93%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC4BED (or 0xCC4BED) is known color: Medium Orchid. HEX triplet: CC, 4B and ED. RGB value is (204,75,237). Sum of RGB (Red+Green+Blue) = 204+75+237=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 75 (29.69% from 255 or 14.53% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4BED is #33B412. Grayscale: #838383. Windows color (decimal): -3388435 or 15551436. OLE color: 15551436.

HSL color Cylindrical-coordinate representation of color #CC4BED: hue angle of 287.78º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4BED is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 75 237 -
CMYK 0.14 0.68 0 0.07
HSL 287.78º 0.82% 0.61% -
HSV(B) 287.78º 0.68% 0.93% -
XYZ 42.7 23.98 82.5 -
YUV 132.04 187.24 179.33 -
System Red Green Blue C M Y K H S L
Decimal 204 75 237 0.14 0.68 0 0.07 287.78 0.82 0.61
Hex CC 4B ED E 44 0 7 120 52 3D
Octal 314 113 355 16 104 0 7 440 122 75
Binary 11001100 1001011 11101101 1110 1000100 0 111 100100000 1010010 111101

Color Harmonies of #CC4BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4BED

Black with #CC4BED

Text Example


Text Example

White with #CC4BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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