Html Css Color HEX #C34BEF Medium Orchid

📋 copy color: '#C34BEF'

red 195 ◦ green 75 ◦ blue 239

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

Shades of Medium Orchid #C34BEF

Tints of Medium Orchid #C34BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.73%

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 38.31%
G = 14.73%
B = 46.95%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C34BEF (or 0xC34BEF) is known color: Medium Orchid. HEX triplet: C3, 4B and EF. RGB value is (195,75,239). Sum of RGB (Red+Green+Blue) = 195+75+239=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #C34BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34BEF is #3CB410. Grayscale: #818181. Windows color (decimal): -3978257 or 15682499. OLE color: 15682499.

HSL color Cylindrical-coordinate representation of color #C34BEF: hue angle of 283.9º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34BEF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 75 239 -
CMYK 0.18 0.69 0 0.06
HSL 283.9º 0.84% 0.62% -
HSV(B) 283.9º 0.69% 0.94% -
XYZ 40.6 22.87 83.94 -
YUV 129.58 189.76 174.66 -
System Red Green Blue C M Y K H S L
Decimal 195 75 239 0.18 0.69 0 0.06 283.9 0.84 0.62
Hex C3 4B EF 12 45 0 6 11C 54 3E
Octal 303 113 357 22 105 0 6 434 124 76
Binary 11000011 1001011 11101111 10010 1000101 0 110 100011100 1010100 111110

Color Harmonies of #C34BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BEF

Black with #C34BEF

Text Example


Text Example

White with #C34BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BEF; }

 p { color: rgb(195,75,239); }

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

background-color css

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

 a { background-color: rgb(195,75,239); }

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

border-color css

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

 span { border-color: rgb(195,75,239); }

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