Html Css Color HEX #CC3EF4 Medium Orchid

📋 copy color: '#CC3EF4'

red 204 ◦ green 62 ◦ blue 244

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

Shades of Medium Orchid #CC3EF4

Tints of Medium Orchid #CC3EF4

RGB

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

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

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

R = 40%
G = 12.16%
B = 47.84%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC3EF4 (or 0xCC3EF4) is known color: Medium Orchid. HEX triplet: CC, 3E and F4. RGB value is (204,62,244). Sum of RGB (Red+Green+Blue) = 204+62+244=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 244 (95.70% from 255 or 47.84% from 510); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC3EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3EF4 is #33C10B. Grayscale: #7C7C7C. Windows color (decimal): -3391756 or 16006860. OLE color: 16006860.

HSL color Cylindrical-coordinate representation of color #CC3EF4: hue angle of 286.81º degrees, saturation: 0.89, 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 #CC3EF4 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 62 244 -
CMYK 0.16 0.75 0 0.04
HSL 286.81º 0.89% 0.6% -
HSV(B) 286.81º 0.75% 0.96% -
XYZ 42.95 22.81 87.73 -
YUV 125.21 195.04 184.2 -
System Red Green Blue C M Y K H S L
Decimal 204 62 244 0.16 0.75 0 0.04 286.81 0.89 0.6
Hex CC 3E F4 10 4B 0 4 11F 59 3C
Octal 314 76 364 20 113 0 4 437 131 74
Binary 11001100 111110 11110100 10000 1001011 0 100 100011111 1011001 111100

Color Harmonies of #CC3EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3EF4

Black with #CC3EF4

Text Example


Text Example

White with #CC3EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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