Html Css Color HEX #C343EE Medium Orchid

📋 copy color: '#C343EE'

red 195 ◦ green 67 ◦ blue 238

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

Shades of Medium Orchid #C343EE

Tints of Medium Orchid #C343EE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.4%

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

R = 39%
G = 13.4%
B = 47.6%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C343EE (or 0xC343EE) is known color: Medium Orchid. HEX triplet: C3, 43 and EE. RGB value is (195,67,238). Sum of RGB (Red+Green+Blue) = 195+67+238=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 67 (26.56% from 255 or 13.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #C343EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343EE is #3CBC11. Grayscale: #7C7C7C. Windows color (decimal): -3980306 or 15614915. OLE color: 15614915.

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

Color convert

RGB 195 67 238 -
CMYK 0.18 0.72 0 0.07
HSL 284.91º 0.83% 0.6% -
HSV(B) 284.91º 0.72% 0.93% -
XYZ 39.95 21.79 82.99 -
YUV 124.77 191.91 178.1 -
System Red Green Blue C M Y K H S L
Decimal 195 67 238 0.18 0.72 0 0.07 284.91 0.83 0.6
Hex C3 43 EE 12 48 0 7 11D 53 3C
Octal 303 103 356 22 110 0 7 435 123 74
Binary 11000011 1000011 11101110 10010 1001000 0 111 100011101 1010011 111100

Color Harmonies of #C343EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343EE

Black with #C343EE

Text Example


Text Example

White with #C343EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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