Html Css Color HEX #CC4CF2 Medium Orchid

📋 copy color: '#CC4CF2'

red 204 ◦ green 76 ◦ blue 242

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

Shades of Medium Orchid #CC4CF2

Tints of Medium Orchid #CC4CF2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.56%

 BLUE value IS 242 (94.92% from 255) = 46.36%

R = 39.08%
G = 14.56%
B = 46.36%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC4CF2 (or 0xCC4CF2) is known color: Medium Orchid. HEX triplet: CC, 4C and F2. RGB value is (204,76,242). Sum of RGB (Red+Green+Blue) = 204+76+242=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC4CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CF2 is #33B30D. Grayscale: #848484. Windows color (decimal): -3388174 or 15879372. OLE color: 15879372.

HSL color Cylindrical-coordinate representation of color #CC4CF2: hue angle of 286.27º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4CF2 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 76 242 -
CMYK 0.16 0.69 0 0.05
HSL 286.27º 0.86% 0.62% -
HSV(B) 286.27º 0.69% 0.95% -
XYZ 43.51 24.42 86.42 -
YUV 133.2 189.41 178.5 -
System Red Green Blue C M Y K H S L
Decimal 204 76 242 0.16 0.69 0 0.05 286.27 0.86 0.62
Hex CC 4C F2 10 45 0 5 11E 56 3E
Octal 314 114 362 20 105 0 5 436 126 76
Binary 11001100 1001100 11110010 10000 1000101 0 101 100011110 1010110 111110

Color Harmonies of #CC4CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CF2

Black with #CC4CF2

Text Example


Text Example

White with #CC4CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CF2; }

 p { color: rgb(204,76,242); }

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

background-color css

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

 a { background-color: rgb(204,76,242); }

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

border-color css

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

 span { border-color: rgb(204,76,242); }

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