Html Css Color HEX #CC42F4 Medium Orchid

📋 copy color: '#CC42F4'

red 204 ◦ green 66 ◦ blue 244

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

Shades of Medium Orchid #CC42F4

Tints of Medium Orchid #CC42F4

RGB

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

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

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

R = 39.69%
G = 12.84%
B = 47.47%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC42F4 (or 0xCC42F4) is known color: Medium Orchid. HEX triplet: CC, 42 and F4. RGB value is (204,66,244). Sum of RGB (Red+Green+Blue) = 204+66+244=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 66 (26.17% from 255 or 12.84% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC42F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42F4 is #33BD0B. Grayscale: #7E7E7E. Windows color (decimal): -3390732 or 16007884. OLE color: 16007884.

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

Color convert

RGB 204 66 244 -
CMYK 0.16 0.73 0 0.04
HSL 286.52º 0.89% 0.61% -
HSV(B) 286.52º 0.73% 0.96% -
XYZ 43.18 23.27 87.8 -
YUV 127.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 204 66 244 0.16 0.73 0 0.04 286.52 0.89 0.61
Hex CC 42 F4 10 49 0 4 11F 59 3D
Octal 314 102 364 20 111 0 4 437 131 75
Binary 11001100 1000010 11110100 10000 1001001 0 100 100011111 1011001 111101

Color Harmonies of #CC42F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42F4

Black with #CC42F4

Text Example


Text Example

White with #CC42F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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