Html Css Color HEX #CC39FA Medium Orchid

📋 copy color: '#CC39FA'

red 204 ◦ green 57 ◦ blue 250

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

Shades of Medium Orchid #CC39FA

Tints of Medium Orchid #CC39FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 39.92%
G = 11.15%
B = 48.92%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC39FA (or 0xCC39FA) is known color: Medium Orchid. HEX triplet: CC, 39 and FA. RGB value is (204,57,250). Sum of RGB (Red+Green+Blue) = 204+57+250=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 57 (22.66% from 255 or 11.15% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC39FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC39FA is #33C605. Grayscale: #7A7A7A. Windows color (decimal): -3393030 or 16398796. OLE color: 16398796.

HSL color Cylindrical-coordinate representation of color #CC39FA: hue angle of 285.7º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC39FA is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 57 250 -
CMYK 0.18 0.77 0 0.02
HSL 285.7º 0.95% 0.6% -
HSV(B) 285.7º 0.77% 0.98% -
XYZ 43.62 22.67 92.52 -
YUV 122.96 199.7 185.81 -
System Red Green Blue C M Y K H S L
Decimal 204 57 250 0.18 0.77 0 0.02 285.7 0.95 0.6
Hex CC 39 FA 12 4D 0 2 11E 5F 3C
Octal 314 71 372 22 115 0 2 436 137 74
Binary 11001100 111001 11111010 10010 1001101 0 10 100011110 1011111 111100

Color Harmonies of #CC39FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC39FA

Black with #CC39FA

Text Example


Text Example

White with #CC39FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC39FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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