Html Css Color HEX #CC42F8 Medium Orchid

📋 copy color: '#CC42F8'

red 204 ◦ green 66 ◦ blue 248

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

Shades of Medium Orchid #CC42F8

Tints of Medium Orchid #CC42F8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.74%

 BLUE value IS 248 (97.27% from 255) = 47.88%

R = 39.38%
G = 12.74%
B = 47.88%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC42F8 (or 0xCC42F8) is known color: Medium Orchid. HEX triplet: CC, 42 and F8. RGB value is (204,66,248). Sum of RGB (Red+Green+Blue) = 204+66+248=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC42F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42F8 is #33BD07. Grayscale: #7F7F7F. Windows color (decimal): -3390728 or 16270028. OLE color: 16270028.

HSL color Cylindrical-coordinate representation of color #CC42F8: hue angle of 285.49º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC42F8 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 66 248 -
CMYK 0.18 0.73 0 0.03
HSL 285.49º 0.93% 0.62% -
HSV(B) 285.49º 0.73% 0.97% -
XYZ 43.79 23.51 91.04 -
YUV 128.01 195.72 182.2 -
System Red Green Blue C M Y K H S L
Decimal 204 66 248 0.18 0.73 0 0.03 285.49 0.93 0.62
Hex CC 42 F8 12 49 0 3 11D 5D 3E
Octal 314 102 370 22 111 0 3 435 135 76
Binary 11001100 1000010 11111000 10010 1001001 0 11 100011101 1011101 111110

Color Harmonies of #CC42F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42F8

Black with #CC42F8

Text Example


Text Example

White with #CC42F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42F8; }

 p { color: rgb(204,66,248); }

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

background-color css

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

 a { background-color: rgb(204,66,248); }

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

border-color css

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

 span { border-color: rgb(204,66,248); }

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