Html Css Color HEX #CC51F4 Medium Orchid

📋 copy color: '#CC51F4'

red 204 ◦ green 81 ◦ blue 244

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

Shades of Medium Orchid #CC51F4

Tints of Medium Orchid #CC51F4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.31%

 BLUE value IS 244 (95.7% from 255) = 46.12%

R = 38.56%
G = 15.31%
B = 46.12%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC51F4 (or 0xCC51F4) is known color: Medium Orchid. HEX triplet: CC, 51 and F4. RGB value is (204,81,244). Sum of RGB (Red+Green+Blue) = 204+81+244=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC51F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51F4 is #33AE0B. Grayscale: #878787. Windows color (decimal): -3386892 or 16011724. OLE color: 16011724.

HSL color Cylindrical-coordinate representation of color #CC51F4: hue angle of 285.28º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC51F4 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 81 244 -
CMYK 0.16 0.67 0 0.04
HSL 285.28º 0.88% 0.64% -
HSV(B) 285.28º 0.67% 0.96% -
XYZ 44.17 25.25 88.13 -
YUV 136.36 188.75 176.25 -
System Red Green Blue C M Y K H S L
Decimal 204 81 244 0.16 0.67 0 0.04 285.28 0.88 0.64
Hex CC 51 F4 10 43 0 4 11D 58 40
Octal 314 121 364 20 103 0 4 435 130 100
Binary 11001100 1010001 11110100 10000 1000011 0 100 100011101 1011000 1000000

Color Harmonies of #CC51F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC51F4

Black with #CC51F4

Text Example


Text Example

White with #CC51F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC51F4; }

 p { color: rgb(204,81,244); }

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

background-color css

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

 a { background-color: rgb(204,81,244); }

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

border-color css

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

 span { border-color: rgb(204,81,244); }

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