Html Css Color HEX #C25AF4 Medium Orchid

📋 copy color: '#C25AF4'

red 194 ◦ green 90 ◦ blue 244

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

Shades of Medium Orchid #C25AF4

Tints of Medium Orchid #C25AF4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.05%

 BLUE value IS 244 (95.7% from 255) = 46.21%

R = 36.74%
G = 17.05%
B = 46.21%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C25AF4 (or 0xC25AF4) is known color: Medium Orchid. HEX triplet: C2, 5A and F4. RGB value is (194,90,244). Sum of RGB (Red+Green+Blue) = 194+90+244=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #C25AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AF4 is #3DA50B. Grayscale: #8A8A8A. Windows color (decimal): -4039948 or 16014018. OLE color: 16014018.

HSL color Cylindrical-coordinate representation of color #C25AF4: hue angle of 280.52º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C25AF4 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 90 244 -
CMYK 0.20 0.63 0 0.04
HSL 280.52º 0.88% 0.65% -
HSV(B) 280.52º 0.63% 0.96% -
XYZ 42.23 25.31 88.25 -
YUV 138.65 187.46 167.48 -
System Red Green Blue C M Y K H S L
Decimal 194 90 244 0.20 0.63 0 0.04 280.52 0.88 0.65
Hex C2 5A F4 14 3F 0 4 119 58 41
Octal 302 132 364 24 77 0 4 431 130 101
Binary 11000010 1011010 11110100 10100 111111 0 100 100011001 1011000 1000001

Color Harmonies of #C25AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AF4

Black with #C25AF4

Text Example


Text Example

White with #C25AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AF4; }

 p { color: rgb(194,90,244); }

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

background-color css

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

 a { background-color: rgb(194,90,244); }

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

border-color css

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

 span { border-color: rgb(194,90,244); }

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