Html Css Color HEX #C055FA Medium Orchid

📋 copy color: '#C055FA'

red 192 ◦ green 85 ◦ blue 250

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

Shades of Medium Orchid #C055FA

Tints of Medium Orchid #C055FA

RGB

 RED value IS 192 (75.39% from 255) = 36.43%

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

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

R = 36.43%
G = 16.13%
B = 47.44%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C055FA (or 0xC055FA) is known color: Medium Orchid. HEX triplet: C0, 55 and FA. RGB value is (192,85,250). Sum of RGB (Red+Green+Blue) = 192+85+250=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #C055FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C055FA is #3FAA05. Grayscale: #878787. Windows color (decimal): -4172294 or 16405952. OLE color: 16405952.

HSL color Cylindrical-coordinate representation of color #C055FA: hue angle of 278.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C055FA is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 85 250 -
CMYK 0.23 0.66 0 0.02
HSL 278.91º 0.94% 0.66% -
HSV(B) 278.91º 0.66% 0.98% -
XYZ 42.24 24.61 92.97 -
YUV 135.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 192 85 250 0.23 0.66 0 0.02 278.91 0.94 0.66
Hex C0 55 FA 17 42 0 2 117 5E 42
Octal 300 125 372 27 102 0 2 427 136 102
Binary 11000000 1010101 11111010 10111 1000010 0 10 100010111 1011110 1000010

Color Harmonies of #C055FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C055FA

Black with #C055FA

Text Example


Text Example

White with #C055FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C055FA; }

 p { color: rgb(192,85,250); }

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

background-color css

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

 a { background-color: rgb(192,85,250); }

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

border-color css

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

 span { border-color: rgb(192,85,250); }

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