Html Css Color HEX #CC3AFF Medium Orchid

📋 copy color: '#CC3AFF'

red 204 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #CC3AFF

Tints of Medium Orchid #CC3AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.22%

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

R = 39.46%
G = 11.22%
B = 49.32%

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

#CC3AFF (or 0xCC3AFF) is known color: Medium Orchid. HEX triplet: CC, 3A and FF. RGB value is (204,58,255). Sum of RGB (Red+Green+Blue) = 204+58+255=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3AFF is #33C500. Grayscale: #7B7B7B. Windows color (decimal): -3392769 or 16726732. OLE color: 16726732.

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

Color convert

RGB 204 58 255 -
CMYK 0.2 0.77 0 0
HSL 284.47º 1% 0.61% -
HSV(B) 284.47º 0.77% 1% -
XYZ 44.46 23.08 96.72 -
YUV 124.11 201.87 184.98 -
System Red Green Blue C M Y K H S L
Decimal 204 58 255 0.2 0.77 0 0 284.47 1 0.61
Hex CC 3A FF 14 4D 0 0 11C 64 3D
Octal 314 72 377 24 115 0 0 434 144 75
Binary 11001100 111010 11111111 10100 1001101 0 0 100011100 1100100 111101

Color Harmonies of #CC3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3AFF

Black with #CC3AFF

Text Example


Text Example

White with #CC3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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