Html Css Color HEX #C34DFB Medium Orchid

📋 copy color: '#C34DFB'

red 195 ◦ green 77 ◦ blue 251

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

Shades of Medium Orchid #C34DFB

Tints of Medium Orchid #C34DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.72%

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

R = 37.28%
G = 14.72%
B = 47.99%

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

#C34DFB (or 0xC34DFB) is known color: Medium Orchid. HEX triplet: C3, 4D and FB. RGB value is (195,77,251). Sum of RGB (Red+Green+Blue) = 195+77+251=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #C34DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DFB is #3CB204. Grayscale: #838383. Windows color (decimal): -3977733 or 16469443. OLE color: 16469443.

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

Color convert

RGB 195 77 251 -
CMYK 0.22 0.69 0 0.02
HSL 280.69º 0.96% 0.64% -
HSV(B) 280.69º 0.69% 0.98% -
XYZ 42.57 23.87 93.63 -
YUV 132.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 195 77 251 0.22 0.69 0 0.02 280.69 0.96 0.64
Hex C3 4D FB 16 45 0 2 119 60 40
Octal 303 115 373 26 105 0 2 431 140 100
Binary 11000011 1001101 11111011 10110 1000101 0 10 100011001 1100000 1000000

Color Harmonies of #C34DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DFB

Black with #C34DFB

Text Example


Text Example

White with #C34DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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