Html Css Color HEX #C34DEB Medium Orchid

📋 copy color: '#C34DEB'

red 195 ◦ green 77 ◦ blue 235

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

Shades of Medium Orchid #C34DEB

Tints of Medium Orchid #C34DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 38.46%
G = 15.19%
B = 46.35%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C34DEB (or 0xC34DEB) is known color: Medium Orchid. HEX triplet: C3, 4D and EB. RGB value is (195,77,235). Sum of RGB (Red+Green+Blue) = 195+77+235=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #C34DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DEB is #3CB214. Grayscale: #818181. Windows color (decimal): -3977749 or 15420867. OLE color: 15420867.

HSL color Cylindrical-coordinate representation of color #C34DEB: hue angle of 284.81º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34DEB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 77 235 -
CMYK 0.17 0.67 0 0.08
HSL 284.81º 0.8% 0.61% -
HSV(B) 284.81º 0.67% 0.92% -
XYZ 40.15 22.91 80.9 -
YUV 130.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 195 77 235 0.17 0.67 0 0.08 284.81 0.8 0.61
Hex C3 4D EB 11 43 0 8 11D 50 3D
Octal 303 115 353 21 103 0 10 435 120 75
Binary 11000011 1001101 11101011 10001 1000011 0 1000 100011101 1010000 111101

Color Harmonies of #C34DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DEB

Black with #C34DEB

Text Example


Text Example

White with #C34DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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