Html Css Color HEX #C34CEB Medium Orchid

📋 copy color: '#C34CEB'

red 195 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #C34CEB

Tints of Medium Orchid #C34CEB

RGB

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

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

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

R = 38.54%
G = 15.02%
B = 46.44%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C34CEB (or 0xC34CEB) is known color: Medium Orchid. HEX triplet: C3, 4C and EB. RGB value is (195,76,235). Sum of RGB (Red+Green+Blue) = 195+76+235=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #C34CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CEB is #3CB314. Grayscale: #818181. Windows color (decimal): -3978005 or 15420611. OLE color: 15420611.

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

Color convert

RGB 195 76 235 -
CMYK 0.17 0.68 0 0.08
HSL 284.91º 0.8% 0.61% -
HSV(B) 284.91º 0.68% 0.92% -
XYZ 40.09 22.77 80.88 -
YUV 129.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 195 76 235 0.17 0.68 0 0.08 284.91 0.8 0.61
Hex C3 4C EB 11 44 0 8 11D 50 3D
Octal 303 114 353 21 104 0 10 435 120 75
Binary 11000011 1001100 11101011 10001 1000100 0 1000 100011101 1010000 111101

Color Harmonies of #C34CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34CEB

Black with #C34CEB

Text Example


Text Example

White with #C34CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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