Html Css Color HEX #C34EFB Medium Orchid

📋 copy color: '#C34EFB'

red 195 ◦ green 78 ◦ blue 251

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

Shades of Medium Orchid #C34EFB

Tints of Medium Orchid #C34EFB

RGB

 RED value IS 195 (76.56% from 255) = 37.21%

 GREEN value IS 78 (30.86% from 255) = 14.89%

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 37.21%
G = 14.89%
B = 47.9%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C34EFB (or 0xC34EFB) is known color: Medium Orchid. HEX triplet: C3, 4E and FB. RGB value is (195,78,251). Sum of RGB (Red+Green+Blue) = 195+78+251=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #C34EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EFB is #3CB104. Grayscale: #848484. Windows color (decimal): -3977477 or 16469699. OLE color: 16469699.

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

Color convert

RGB 195 78 251 -
CMYK 0.22 0.69 0 0.02
HSL 280.58º 0.96% 0.65% -
HSV(B) 280.58º 0.69% 0.98% -
XYZ 42.64 24.02 93.65 -
YUV 132.71 194.76 172.43 -
System Red Green Blue C M Y K H S L
Decimal 195 78 251 0.22 0.69 0 0.02 280.58 0.96 0.65
Hex C3 4E FB 16 45 0 2 119 60 41
Octal 303 116 373 26 105 0 2 431 140 101
Binary 11000011 1001110 11111011 10110 1000101 0 10 100011001 1100000 1000001

Color Harmonies of #C34EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EFB

Black with #C34EFB

Text Example


Text Example

White with #C34EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EFB; }

 p { color: rgb(195,78,251); }

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

background-color css

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

 a { background-color: rgb(195,78,251); }

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

border-color css

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

 span { border-color: rgb(195,78,251); }

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