Html Css Color HEX #CC4FF0 Medium Orchid

📋 copy color: '#CC4FF0'

red 204 ◦ green 79 ◦ blue 240

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

Shades of Medium Orchid #CC4FF0

Tints of Medium Orchid #CC4FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.89%

R = 39.01%
G = 15.11%
B = 45.89%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC4FF0 (or 0xCC4FF0) is known color: Medium Orchid. HEX triplet: CC, 4F and F0. RGB value is (204,79,240). Sum of RGB (Red+Green+Blue) = 204+79+240=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC4FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FF0 is #33B00F. Grayscale: #868686. Windows color (decimal): -3387408 or 15749068. OLE color: 15749068.

HSL color Cylindrical-coordinate representation of color #CC4FF0: hue angle of 286.58º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4FF0 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 79 240 -
CMYK 0.15 0.67 0 0.06
HSL 286.58º 0.84% 0.63% -
HSV(B) 286.58º 0.67% 0.94% -
XYZ 43.43 24.72 84.92 -
YUV 134.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 204 79 240 0.15 0.67 0 0.06 286.58 0.84 0.63
Hex CC 4F F0 F 43 0 6 11F 54 3F
Octal 314 117 360 17 103 0 6 437 124 77
Binary 11001100 1001111 11110000 1111 1000011 0 110 100011111 1010100 111111

Color Harmonies of #CC4FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FF0

Black with #CC4FF0

Text Example


Text Example

White with #CC4FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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