Html Css Color HEX #C34DE6 Medium Orchid

📋 copy color: '#C34DE6'

red 195 ◦ green 77 ◦ blue 230

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

Shades of Medium Orchid #C34DE6

Tints of Medium Orchid #C34DE6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.34%

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 38.84%
G = 15.34%
B = 45.82%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C34DE6 (or 0xC34DE6) is known color: Medium Orchid. HEX triplet: C3, 4D and E6. RGB value is (195,77,230). Sum of RGB (Red+Green+Blue) = 195+77+230=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #C34DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DE6 is #3CB219. Grayscale: #818181. Windows color (decimal): -3977754 or 15093187. OLE color: 15093187.

HSL color Cylindrical-coordinate representation of color #C34DE6: hue angle of 286.27º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34DE6 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 77 230 -
CMYK 0.15 0.67 0 0.10
HSL 286.27º 0.75% 0.6% -
HSV(B) 286.27º 0.67% 0.9% -
XYZ 39.44 22.62 77.15 -
YUV 129.72 184.59 174.56 -
System Red Green Blue C M Y K H S L
Decimal 195 77 230 0.15 0.67 0 0.10 286.27 0.75 0.6
Hex C3 4D E6 F 43 0 A 11E 4B 3C
Octal 303 115 346 17 103 0 12 436 113 74
Binary 11000011 1001101 11100110 1111 1000011 0 1010 100011110 1001011 111100

Color Harmonies of #C34DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DE6

Black with #C34DE6

Text Example


Text Example

White with #C34DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DE6; }

 p { color: rgb(195,77,230); }

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

background-color css

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

 a { background-color: rgb(195,77,230); }

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

border-color css

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

 span { border-color: rgb(195,77,230); }

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