Html Css Color HEX #C34BEE Medium Orchid

📋 copy color: '#C34BEE'

red 195 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #C34BEE

Tints of Medium Orchid #C34BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.85%

R = 38.39%
G = 14.76%
B = 46.85%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C34BEE (or 0xC34BEE) is known color: Medium Orchid. HEX triplet: C3, 4B and EE. RGB value is (195,75,238). Sum of RGB (Red+Green+Blue) = 195+75+238=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #C34BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34BEE is #3CB411. Grayscale: #808080. Windows color (decimal): -3978258 or 15616963. OLE color: 15616963.

HSL color Cylindrical-coordinate representation of color #C34BEE: hue angle of 284.17º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C34BEE is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 75 238 -
CMYK 0.18 0.68 0 0.07
HSL 284.17º 0.83% 0.61% -
HSV(B) 284.17º 0.68% 0.93% -
XYZ 40.45 22.81 83.16 -
YUV 129.46 189.26 174.75 -
System Red Green Blue C M Y K H S L
Decimal 195 75 238 0.18 0.68 0 0.07 284.17 0.83 0.61
Hex C3 4B EE 12 44 0 7 11C 53 3D
Octal 303 113 356 22 104 0 7 434 123 75
Binary 11000011 1001011 11101110 10010 1000100 0 111 100011100 1010011 111101

Color Harmonies of #C34BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BEE

Black with #C34BEE

Text Example


Text Example

White with #C34BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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