Html Css Color HEX #C43CFA Medium Orchid

📋 copy color: '#C43CFA'

red 196 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #C43CFA

Tints of Medium Orchid #C43CFA

RGB

 RED value IS 196 (76.95% from 255) = 38.74%

 GREEN value IS 60 (23.83% from 255) = 11.86%

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

R = 38.74%
G = 11.86%
B = 49.41%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C43CFA (or 0xC43CFA) is known color: Medium Orchid. HEX triplet: C4, 3C and FA. RGB value is (196,60,250). Sum of RGB (Red+Green+Blue) = 196+60+250=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #C43CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43CFA is #3BC305. Grayscale: #797979. Windows color (decimal): -3916550 or 16399556. OLE color: 16399556.

HSL color Cylindrical-coordinate representation of color #C43CFA: hue angle of 282.95º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43CFA is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 60 250 -
CMYK 0.22 0.76 0 0.02
HSL 282.95º 0.95% 0.61% -
HSV(B) 282.95º 0.76% 0.98% -
XYZ 41.64 21.87 92.47 -
YUV 122.32 200.06 180.55 -
System Red Green Blue C M Y K H S L
Decimal 196 60 250 0.22 0.76 0 0.02 282.95 0.95 0.61
Hex C4 3C FA 16 4C 0 2 11B 5F 3D
Octal 304 74 372 26 114 0 2 433 137 75
Binary 11000100 111100 11111010 10110 1001100 0 10 100011011 1011111 111101

Color Harmonies of #C43CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43CFA

Black with #C43CFA

Text Example


Text Example

White with #C43CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43CFA; }

 p { color: rgb(196,60,250); }

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

background-color css

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

 a { background-color: rgb(196,60,250); }

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

border-color css

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

 span { border-color: rgb(196,60,250); }

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