Html Css Color HEX #CC39FE Medium Orchid

📋 copy color: '#CC39FE'

red 204 ◦ green 57 ◦ blue 254

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

Shades of Medium Orchid #CC39FE

Tints of Medium Orchid #CC39FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 39.61%
G = 11.07%
B = 49.32%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC39FE (or 0xCC39FE) is known color: Medium Orchid. HEX triplet: CC, 39 and FE. RGB value is (204,57,254). Sum of RGB (Red+Green+Blue) = 204+57+254=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 57 (22.66% from 255 or 11.07% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC39FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC39FE is #33C601. Grayscale: #7A7A7A. Windows color (decimal): -3393026 or 16660940. OLE color: 16660940.

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

Color convert

RGB 204 57 254 -
CMYK 0.20 0.78 0 0.00
HSL 284.77º 0.99% 0.61% -
HSV(B) 284.77º 0.78% 1% -
XYZ 44.25 22.92 95.86 -
YUV 123.41 201.7 185.48 -
System Red Green Blue C M Y K H S L
Decimal 204 57 254 0.20 0.78 0 0.00 284.77 0.99 0.61
Hex CC 39 FE 14 4E 0 0 11D 63 3D
Octal 314 71 376 24 116 0 0 435 143 75
Binary 11001100 111001 11111110 10100 1001110 0 0 100011101 1100011 111101

Color Harmonies of #CC39FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC39FE

Black with #CC39FE

Text Example


Text Example

White with #CC39FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC39FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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