Html Css Color HEX #C34BDA Medium Orchid

📋 copy color: '#C34BDA'

red 195 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #C34BDA

Tints of Medium Orchid #C34BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 39.96%
G = 15.37%
B = 44.67%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C34BDA (or 0xC34BDA) is known color: Medium Orchid. HEX triplet: C3, 4B and DA. RGB value is (195,75,218). Sum of RGB (Red+Green+Blue) = 195+75+218=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 75 (29.69% from 255 or 15.37% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #C34BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BDA is #3CB425. Grayscale: #7E7E7E. Windows color (decimal): -3978278 or 14306243. OLE color: 14306243.

HSL color Cylindrical-coordinate representation of color #C34BDA: hue angle of 290.35º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34BDA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 75 218 -
CMYK 0.11 0.66 0 0.15
HSL 290.35º 0.66% 0.57% -
HSV(B) 290.35º 0.66% 0.85% -
XYZ 37.68 21.7 68.53 -
YUV 127.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 195 75 218 0.11 0.66 0 0.15 290.35 0.66 0.57
Hex C3 4B DA B 42 0 F 122 42 39
Octal 303 113 332 13 102 0 17 442 102 71
Binary 11000011 1001011 11011010 1011 1000010 0 1111 100100010 1000010 111001

Color Harmonies of #C34BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BDA

Black with #C34BDA

Text Example


Text Example

White with #C34BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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