Html Css Color HEX #C34FEE Medium Orchid

📋 copy color: '#C34FEE'

red 195 ◦ green 79 ◦ blue 238

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

Shades of Medium Orchid #C34FEE

Tints of Medium Orchid #C34FEE

RGB

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

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

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

R = 38.09%
G = 15.43%
B = 46.48%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C34FEE (or 0xC34FEE) is known color: Medium Orchid. HEX triplet: C3, 4F and EE. RGB value is (195,79,238). Sum of RGB (Red+Green+Blue) = 195+79+238=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #C34FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34FEE is #3CB011. Grayscale: #838383. Windows color (decimal): -3977234 or 15617987. OLE color: 15617987.

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

Color convert

RGB 195 79 238 -
CMYK 0.18 0.67 0 0.07
HSL 283.77º 0.82% 0.62% -
HSV(B) 283.77º 0.67% 0.93% -
XYZ 40.73 23.37 83.25 -
YUV 131.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 195 79 238 0.18 0.67 0 0.07 283.77 0.82 0.62
Hex C3 4F EE 12 43 0 7 11C 52 3E
Octal 303 117 356 22 103 0 7 434 122 76
Binary 11000011 1001111 11101110 10010 1000011 0 111 100011100 1010010 111110

Color Harmonies of #C34FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34FEE

Black with #C34FEE

Text Example


Text Example

White with #C34FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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