Html Css Color HEX #C34CED Medium Orchid

📋 copy color: '#C34CED'

red 195 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #C34CED

Tints of Medium Orchid #C34CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.96%

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

R = 38.39%
G = 14.96%
B = 46.65%

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

#C34CED (or 0xC34CED) is known color: Medium Orchid. HEX triplet: C3, 4C and ED. RGB value is (195,76,237). Sum of RGB (Red+Green+Blue) = 195+76+237=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #C34CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CED is #3CB312. Grayscale: #818181. Windows color (decimal): -3978003 or 15551683. OLE color: 15551683.

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

Color convert

RGB 195 76 237 -
CMYK 0.18 0.68 0 0.07
HSL 284.35º 0.82% 0.61% -
HSV(B) 284.35º 0.68% 0.93% -
XYZ 40.38 22.89 82.41 -
YUV 129.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 195 76 237 0.18 0.68 0 0.07 284.35 0.82 0.61
Hex C3 4C ED 12 44 0 7 11C 52 3D
Octal 303 114 355 22 104 0 7 434 122 75
Binary 11000011 1001100 11101101 10010 1000100 0 111 100011100 1010010 111101

Color Harmonies of #C34CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CED

Black with #C34CED

Text Example


Text Example

White with #C34CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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