Html Css Color HEX #C255FA Medium Orchid

📋 copy color: '#C255FA'

red 194 ◦ green 85 ◦ blue 250

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

Shades of Medium Orchid #C255FA

Tints of Medium Orchid #C255FA

RGB

 RED value IS 194 (76.17% from 255) = 36.67%

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

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

R = 36.67%
G = 16.07%
B = 47.26%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C255FA (or 0xC255FA) is known color: Medium Orchid. HEX triplet: C2, 55 and FA. RGB value is (194,85,250). Sum of RGB (Red+Green+Blue) = 194+85+250=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #C255FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255FA is #3DAA05. Grayscale: #878787. Windows color (decimal): -4041222 or 16405954. OLE color: 16405954.

HSL color Cylindrical-coordinate representation of color #C255FA: hue angle of 279.64º 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 #C255FA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 85 250 -
CMYK 0.22 0.66 0 0.02
HSL 279.64º 0.94% 0.66% -
HSV(B) 279.64º 0.66% 0.98% -
XYZ 42.75 24.87 92.99 -
YUV 136.4 192.11 169.08 -
System Red Green Blue C M Y K H S L
Decimal 194 85 250 0.22 0.66 0 0.02 279.64 0.94 0.66
Hex C2 55 FA 16 42 0 2 118 5E 42
Octal 302 125 372 26 102 0 2 430 136 102
Binary 11000010 1010101 11111010 10110 1000010 0 10 100011000 1011110 1000010

Color Harmonies of #C255FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255FA

Black with #C255FA

Text Example


Text Example

White with #C255FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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