Html Css Color HEX #CC3BFF Medium Orchid

📋 copy color: '#CC3BFF'

red 204 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #CC3BFF

Tints of Medium Orchid #CC3BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 39.38%
G = 11.39%
B = 49.23%

CMYK

 C value IS 0.2

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC3BFF (or 0xCC3BFF) is known color: Medium Orchid. HEX triplet: CC, 3B and FF. RGB value is (204,59,255). Sum of RGB (Red+Green+Blue) = 204+59+255=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 59 (23.44% from 255 or 11.39% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC3BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3BFF is #33C400. Grayscale: #7C7C7C. Windows color (decimal): -3392513 or 16726988. OLE color: 16726988.

HSL color Cylindrical-coordinate representation of color #CC3BFF: hue angle of 284.39º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC3BFF is Cyan = 0.2, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 59 255 -
CMYK 0.2 0.77 0 0
HSL 284.39º 1% 0.62% -
HSV(B) 284.39º 0.77% 1% -
XYZ 44.52 23.19 96.74 -
YUV 124.7 201.54 184.56 -
System Red Green Blue C M Y K H S L
Decimal 204 59 255 0.2 0.77 0 0 284.39 1 0.62
Hex CC 3B FF 14 4D 0 0 11C 64 3E
Octal 314 73 377 24 115 0 0 434 144 76
Binary 11001100 111011 11111111 10100 1001101 0 0 100011100 1100100 111110

Color Harmonies of #CC3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3BFF

Black with #CC3BFF

Text Example


Text Example

White with #CC3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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