Html Css Color HEX #CC55EF Medium Orchid

📋 copy color: '#CC55EF'

red 204 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #CC55EF

Tints of Medium Orchid #CC55EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.1%

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 38.64%
G = 16.1%
B = 45.27%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC55EF (or 0xCC55EF) is known color: Medium Orchid. HEX triplet: CC, 55 and EF. RGB value is (204,85,239). Sum of RGB (Red+Green+Blue) = 204+85+239=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC55EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55EF is #33AA10. Grayscale: #898989. Windows color (decimal): -3385873 or 15685068. OLE color: 15685068.

HSL color Cylindrical-coordinate representation of color #CC55EF: hue angle of 286.36º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC55EF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 85 239 -
CMYK 0.15 0.64 0 0.06
HSL 286.36º 0.83% 0.64% -
HSV(B) 286.36º 0.64% 0.94% -
XYZ 43.73 25.57 84.29 -
YUV 138.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 204 85 239 0.15 0.64 0 0.06 286.36 0.83 0.64
Hex CC 55 EF F 40 0 6 11E 53 40
Octal 314 125 357 17 100 0 6 436 123 100
Binary 11001100 1010101 11101111 1111 1000000 0 110 100011110 1010011 1000000

Color Harmonies of #CC55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55EF

Black with #CC55EF

Text Example


Text Example

White with #CC55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55EF; }

 p { color: rgb(204,85,239); }

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

background-color css

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

 a { background-color: rgb(204,85,239); }

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

border-color css

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

 span { border-color: rgb(204,85,239); }

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