Html Css Color HEX #CC3EF6 Medium Orchid

📋 copy color: '#CC3EF6'

red 204 ◦ green 62 ◦ blue 246

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

Shades of Medium Orchid #CC3EF6

Tints of Medium Orchid #CC3EF6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.11%

 BLUE value IS 246 (96.48% from 255) = 48.05%

R = 39.84%
G = 12.11%
B = 48.05%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC3EF6 (or 0xCC3EF6) is known color: Medium Orchid. HEX triplet: CC, 3E and F6. RGB value is (204,62,246). Sum of RGB (Red+Green+Blue) = 204+62+246=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC3EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3EF6 is #33C109. Grayscale: #7C7C7C. Windows color (decimal): -3391754 or 16137932. OLE color: 16137932.

HSL color Cylindrical-coordinate representation of color #CC3EF6: hue angle of 286.3º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3EF6 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 62 246 -
CMYK 0.17 0.75 0 0.04
HSL 286.3º 0.91% 0.6% -
HSV(B) 286.3º 0.75% 0.96% -
XYZ 43.26 22.94 89.34 -
YUV 125.43 196.04 184.04 -
System Red Green Blue C M Y K H S L
Decimal 204 62 246 0.17 0.75 0 0.04 286.3 0.91 0.6
Hex CC 3E F6 11 4B 0 4 11E 5B 3C
Octal 314 76 366 21 113 0 4 436 133 74
Binary 11001100 111110 11110110 10001 1001011 0 100 100011110 1011011 111100

Color Harmonies of #CC3EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EF6

Black with #CC3EF6

Text Example


Text Example

White with #CC3EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EF6; }

 p { color: rgb(204,62,246); }

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

background-color css

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

 a { background-color: rgb(204,62,246); }

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

border-color css

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

 span { border-color: rgb(204,62,246); }

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