Html Css Color HEX #C34FEB Medium Orchid

📋 copy color: '#C34FEB'

red 195 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #C34FEB

Tints of Medium Orchid #C34FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.52%

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 38.31%
G = 15.52%
B = 46.17%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C34FEB (or 0xC34FEB) is known color: Medium Orchid. HEX triplet: C3, 4F and EB. RGB value is (195,79,235). Sum of RGB (Red+Green+Blue) = 195+79+235=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #C34FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34FEB is #3CB014. Grayscale: #828282. Windows color (decimal): -3977237 or 15421379. OLE color: 15421379.

HSL color Cylindrical-coordinate representation of color #C34FEB: hue angle of 284.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34FEB is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 79 235 -
CMYK 0.17 0.66 0 0.08
HSL 284.62º 0.8% 0.62% -
HSV(B) 284.62º 0.66% 0.92% -
XYZ 40.3 23.19 80.95 -
YUV 131.47 186.43 173.32 -
System Red Green Blue C M Y K H S L
Decimal 195 79 235 0.17 0.66 0 0.08 284.62 0.8 0.62
Hex C3 4F EB 11 42 0 8 11D 50 3E
Octal 303 117 353 21 102 0 10 435 120 76
Binary 11000011 1001111 11101011 10001 1000010 0 1000 100011101 1010000 111110

Color Harmonies of #C34FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34FEB

Black with #C34FEB

Text Example


Text Example

White with #C34FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34FEB; }

 p { color: rgb(195,79,235); }

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

background-color css

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

 a { background-color: rgb(195,79,235); }

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

border-color css

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

 span { border-color: rgb(195,79,235); }

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