Html Css Color HEX #C434FA Medium Orchid

📋 copy color: '#C434FA'

red 196 ◦ green 52 ◦ blue 250

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

Shades of Medium Orchid #C434FA

Tints of Medium Orchid #C434FA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.44%

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

R = 39.36%
G = 10.44%
B = 50.2%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C434FA (or 0xC434FA) is known color: Medium Orchid. HEX triplet: C4, 34 and FA. RGB value is (196,52,250). Sum of RGB (Red+Green+Blue) = 196+52+250=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #C434FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C434FA is #3BCB05. Grayscale: #747474. Windows color (decimal): -3918598 or 16397508. OLE color: 16397508.

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

Color convert

RGB 196 52 250 -
CMYK 0.22 0.79 0 0.02
HSL 283.64º 0.95% 0.59% -
HSV(B) 283.64º 0.79% 0.98% -
XYZ 41.25 21.09 92.34 -
YUV 117.63 202.71 183.9 -
System Red Green Blue C M Y K H S L
Decimal 196 52 250 0.22 0.79 0 0.02 283.64 0.95 0.59
Hex C4 34 FA 16 4F 0 2 11C 5F 3B
Octal 304 64 372 26 117 0 2 434 137 73
Binary 11000100 110100 11111010 10110 1001111 0 10 100011100 1011111 111011

Color Harmonies of #C434FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C434FA

Black with #C434FA

Text Example


Text Example

White with #C434FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C434FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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