Html Css Color HEX #CC3BFC Medium Orchid

📋 copy color: '#CC3BFC'

red 204 ◦ green 59 ◦ blue 252

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

Shades of Medium Orchid #CC3BFC

Tints of Medium Orchid #CC3BFC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.46%

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 39.61%
G = 11.46%
B = 48.93%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC3BFC (or 0xCC3BFC) is known color: Medium Orchid. HEX triplet: CC, 3B and FC. RGB value is (204,59,252). Sum of RGB (Red+Green+Blue) = 204+59+252=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 59 (23.44% from 255 or 11.46% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC3BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BFC is #33C403. Grayscale: #7B7B7B. Windows color (decimal): -3392516 or 16530380. OLE color: 16530380.

HSL color Cylindrical-coordinate representation of color #CC3BFC: hue angle of 285.08º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC3BFC is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 59 252 -
CMYK 0.19 0.77 0 0.01
HSL 285.08º 0.97% 0.61% -
HSV(B) 285.08º 0.77% 0.99% -
XYZ 44.04 22.99 94.21 -
YUV 124.36 200.04 184.81 -
System Red Green Blue C M Y K H S L
Decimal 204 59 252 0.19 0.77 0 0.01 285.08 0.97 0.61
Hex CC 3B FC 13 4D 0 1 11D 61 3D
Octal 314 73 374 23 115 0 1 435 141 75
Binary 11001100 111011 11111100 10011 1001101 0 1 100011101 1100001 111101

Color Harmonies of #CC3BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BFC

Black with #CC3BFC

Text Example


Text Example

White with #CC3BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BFC; }

 p { color: rgb(204,59,252); }

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

background-color css

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

 a { background-color: rgb(204,59,252); }

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

border-color css

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

 span { border-color: rgb(204,59,252); }

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