Html Css Color HEX #C34BCE Medium Orchid

📋 copy color: '#C34BCE'

red 195 ◦ green 75 ◦ blue 206

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

Shades of Medium Orchid #C34BCE

Tints of Medium Orchid #C34BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.76%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 40.97%
G = 15.76%
B = 43.28%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C34BCE (or 0xC34BCE) is known color: Medium Orchid. HEX triplet: C3, 4B and CE. RGB value is (195,75,206). Sum of RGB (Red+Green+Blue) = 195+75+206=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #C34BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BCE is #3CB431. Grayscale: #7D7D7D. Windows color (decimal): -3978290 or 13519811. OLE color: 13519811.

HSL color Cylindrical-coordinate representation of color #C34BCE: hue angle of 294.96º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34BCE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 75 206 -
CMYK 0.05 0.64 0 0.19
HSL 294.96º 0.57% 0.55% -
HSV(B) 294.96º 0.64% 0.81% -
XYZ 36.16 21.09 60.56 -
YUV 125.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 195 75 206 0.05 0.64 0 0.19 294.96 0.57 0.55
Hex C3 4B CE 5 40 0 13 127 39 37
Octal 303 113 316 5 100 0 23 447 71 67
Binary 11000011 1001011 11001110 101 1000000 0 10011 100100111 111001 110111

Color Harmonies of #C34BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BCE

Black with #C34BCE

Text Example


Text Example

White with #C34BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BCE; }

 p { color: rgb(195,75,206); }

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

background-color css

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

 a { background-color: rgb(195,75,206); }

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

border-color css

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

 span { border-color: rgb(195,75,206); }

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