Html Css Color HEX #C34EED Medium Orchid

📋 copy color: '#C34EED'

red 195 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #C34EED

Tints of Medium Orchid #C34EED

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.29%

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 38.24%
G = 15.29%
B = 46.47%

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

#C34EED (or 0xC34EED) is known color: Medium Orchid. HEX triplet: C3, 4E and ED. RGB value is (195,78,237). Sum of RGB (Red+Green+Blue) = 195+78+237=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #C34EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34EED is #3CB112. Grayscale: #828282. Windows color (decimal): -3977491 or 15552195. OLE color: 15552195.

HSL color Cylindrical-coordinate representation of color #C34EED: hue angle of 284.15º 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 #C34EED is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 78 237 -
CMYK 0.18 0.67 0 0.07
HSL 284.15º 0.82% 0.62% -
HSV(B) 284.15º 0.67% 0.93% -
XYZ 40.52 23.17 82.46 -
YUV 131.11 187.76 173.57 -
System Red Green Blue C M Y K H S L
Decimal 195 78 237 0.18 0.67 0 0.07 284.15 0.82 0.62
Hex C3 4E ED 12 43 0 7 11C 52 3E
Octal 303 116 355 22 103 0 7 434 122 76
Binary 11000011 1001110 11101101 10010 1000011 0 111 100011100 1010010 111110

Color Harmonies of #C34EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34EED

Black with #C34EED

Text Example


Text Example

White with #C34EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34EED; }

 p { color: rgb(195,78,237); }

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

background-color css

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

 a { background-color: rgb(195,78,237); }

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

border-color css

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

 span { border-color: rgb(195,78,237); }

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