Html Css Color HEX #CC39FF Medium Orchid

📋 copy color: '#CC39FF'

red 204 ◦ green 57 ◦ blue 255

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

Shades of Medium Orchid #CC39FF

Tints of Medium Orchid #CC39FF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.05%

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

R = 39.53%
G = 11.05%
B = 49.42%

CMYK

 C value IS 0.2

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC39FF (or 0xCC39FF) is known color: Medium Orchid. HEX triplet: CC, 39 and FF. RGB value is (204,57,255). Sum of RGB (Red+Green+Blue) = 204+57+255=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 57 (22.66% from 255 or 11.05% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC39FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC39FF is #33C600. Grayscale: #7A7A7A. Windows color (decimal): -3393025 or 16726476. OLE color: 16726476.

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

Color convert

RGB 204 57 255 -
CMYK 0.2 0.78 0 0
HSL 284.55º 1% 0.61% -
HSV(B) 284.55º 0.78% 1% -
XYZ 44.41 22.98 96.7 -
YUV 123.53 202.2 185.4 -
System Red Green Blue C M Y K H S L
Decimal 204 57 255 0.2 0.78 0 0 284.55 1 0.61
Hex CC 39 FF 14 4E 0 0 11D 64 3D
Octal 314 71 377 24 116 0 0 435 144 75
Binary 11001100 111001 11111111 10100 1001110 0 0 100011101 1100100 111101

Color Harmonies of #CC39FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC39FF

Black with #CC39FF

Text Example


Text Example

White with #CC39FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC39FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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