Html Css Color HEX #CC5FEA Medium Orchid

📋 copy color: '#CC5FEA'

red 204 ◦ green 95 ◦ blue 234

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

Shades of Medium Orchid #CC5FEA

Tints of Medium Orchid #CC5FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.82%

 BLUE value IS 234 (91.8% from 255) = 43.9%

R = 38.27%
G = 17.82%
B = 43.9%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC5FEA (or 0xCC5FEA) is known color: Medium Orchid. HEX triplet: CC, 5F and EA. RGB value is (204,95,234). Sum of RGB (Red+Green+Blue) = 204+95+234=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC5FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FEA is #33A015. Grayscale: #8E8E8E. Windows color (decimal): -3383318 or 15359948. OLE color: 15359948.

HSL color Cylindrical-coordinate representation of color #CC5FEA: hue angle of 287.05º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5FEA is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 95 234 -
CMYK 0.13 0.59 0 0.08
HSL 287.05º 0.77% 0.65% -
HSV(B) 287.05º 0.59% 0.92% -
XYZ 43.85 26.96 80.74 -
YUV 143.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 204 95 234 0.13 0.59 0 0.08 287.05 0.77 0.65
Hex CC 5F EA D 3B 0 8 11F 4D 41
Octal 314 137 352 15 73 0 10 437 115 101
Binary 11001100 1011111 11101010 1101 111011 0 1000 100011111 1001101 1000001

Color Harmonies of #CC5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FEA

Black with #CC5FEA

Text Example


Text Example

White with #CC5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FEA; }

 p { color: rgb(204,95,234); }

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

background-color css

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

 a { background-color: rgb(204,95,234); }

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

border-color css

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

 span { border-color: rgb(204,95,234); }

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