Html Css Color HEX #C34DED Medium Orchid

📋 copy color: '#C34DED'

red 195 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #C34DED

Tints of Medium Orchid #C34DED

RGB

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

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

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

R = 38.31%
G = 15.13%
B = 46.56%

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

#C34DED (or 0xC34DED) is known color: Medium Orchid. HEX triplet: C3, 4D and ED. RGB value is (195,77,237). Sum of RGB (Red+Green+Blue) = 195+77+237=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #C34DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DED is #3CB212. Grayscale: #828282. Windows color (decimal): -3977747 or 15551939. OLE color: 15551939.

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

Color convert

RGB 195 77 237 -
CMYK 0.18 0.68 0 0.07
HSL 284.25º 0.82% 0.62% -
HSV(B) 284.25º 0.68% 0.93% -
XYZ 40.45 23.02 82.43 -
YUV 130.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 195 77 237 0.18 0.68 0 0.07 284.25 0.82 0.62
Hex C3 4D ED 12 44 0 7 11C 52 3E
Octal 303 115 355 22 104 0 7 434 122 76
Binary 11000011 1001101 11101101 10010 1000100 0 111 100011100 1010010 111110

Color Harmonies of #C34DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DED

Black with #C34DED

Text Example


Text Example

White with #C34DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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