Html Css Color HEX #C152FA Medium Orchid

📋 copy color: '#C152FA'

red 193 ◦ green 82 ◦ blue 250

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

Shades of Medium Orchid #C152FA

Tints of Medium Orchid #C152FA

RGB

 RED value IS 193 (75.78% from 255) = 36.76%

 GREEN value IS 82 (32.42% from 255) = 15.62%

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

R = 36.76%
G = 15.62%
B = 47.62%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C152FA (or 0xC152FA) is known color: Medium Orchid. HEX triplet: C1, 52 and FA. RGB value is (193,82,250). Sum of RGB (Red+Green+Blue) = 193+82+250=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #C152FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C152FA is #3EAD05. Grayscale: #858585. Windows color (decimal): -4107526 or 16405185. OLE color: 16405185.

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

Color convert

RGB 193 82 250 -
CMYK 0.23 0.67 0 0.02
HSL 279.64º 0.94% 0.65% -
HSV(B) 279.64º 0.67% 0.98% -
XYZ 42.26 24.27 92.9 -
YUV 134.34 193.27 169.84 -
System Red Green Blue C M Y K H S L
Decimal 193 82 250 0.23 0.67 0 0.02 279.64 0.94 0.65
Hex C1 52 FA 17 43 0 2 118 5E 41
Octal 301 122 372 27 103 0 2 430 136 101
Binary 11000001 1010010 11111010 10111 1000011 0 10 100011000 1011110 1000001

Color Harmonies of #C152FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C152FA

Black with #C152FA

Text Example


Text Example

White with #C152FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C152FA; }

 p { color: rgb(193,82,250); }

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

background-color css

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

 a { background-color: rgb(193,82,250); }

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

border-color css

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

 span { border-color: rgb(193,82,250); }

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