Html Css Color HEX #CC4FED Medium Orchid

📋 copy color: '#CC4FED'

red 204 ◦ green 79 ◦ blue 237

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

Shades of Medium Orchid #CC4FED

Tints of Medium Orchid #CC4FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.19%

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

R = 39.23%
G = 15.19%
B = 45.58%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC4FED (or 0xCC4FED) is known color: Medium Orchid. HEX triplet: CC, 4F and ED. RGB value is (204,79,237). Sum of RGB (Red+Green+Blue) = 204+79+237=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC4FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FED is #33B012. Grayscale: #858585. Windows color (decimal): -3387411 or 15552460. OLE color: 15552460.

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

Color convert

RGB 204 79 237 -
CMYK 0.14 0.67 0 0.07
HSL 287.47º 0.81% 0.62% -
HSV(B) 287.47º 0.67% 0.93% -
XYZ 42.98 24.54 82.59 -
YUV 134.39 185.91 177.65 -
System Red Green Blue C M Y K H S L
Decimal 204 79 237 0.14 0.67 0 0.07 287.47 0.81 0.62
Hex CC 4F ED E 43 0 7 11F 51 3E
Octal 314 117 355 16 103 0 7 437 121 76
Binary 11001100 1001111 11101101 1110 1000011 0 111 100011111 1010001 111110

Color Harmonies of #CC4FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FED

Black with #CC4FED

Text Example


Text Example

White with #CC4FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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