Html Css Color HEX #C34BED Medium Orchid

📋 copy color: '#C34BED'

red 195 ◦ green 75 ◦ blue 237

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

Shades of Medium Orchid #C34BED

Tints of Medium Orchid #C34BED

RGB

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

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

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

R = 38.46%
G = 14.79%
B = 46.75%

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

#C34BED (or 0xC34BED) is known color: Medium Orchid. HEX triplet: C3, 4B and ED. RGB value is (195,75,237). Sum of RGB (Red+Green+Blue) = 195+75+237=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #C34BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34BED is #3CB412. Grayscale: #808080. Windows color (decimal): -3978259 or 15551427. OLE color: 15551427.

HSL color Cylindrical-coordinate representation of color #C34BED: hue angle of 284.44º 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 #C34BED is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 75 237 -
CMYK 0.18 0.68 0 0.07
HSL 284.44º 0.82% 0.61% -
HSV(B) 284.44º 0.68% 0.93% -
XYZ 40.31 22.75 82.39 -
YUV 129.35 188.76 174.83 -
System Red Green Blue C M Y K H S L
Decimal 195 75 237 0.18 0.68 0 0.07 284.44 0.82 0.61
Hex C3 4B ED 12 44 0 7 11C 52 3D
Octal 303 113 355 22 104 0 7 434 122 75
Binary 11000011 1001011 11101101 10010 1000100 0 111 100011100 1010010 111101

Color Harmonies of #C34BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BED

Black with #C34BED

Text Example


Text Example

White with #C34BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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