Html Css Color HEX #C34BDD Medium Orchid

📋 copy color: '#C34BDD'

red 195 ◦ green 75 ◦ blue 221

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

Shades of Medium Orchid #C34BDD

Tints of Medium Orchid #C34BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 39.71%
G = 15.27%
B = 45.01%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C34BDD (or 0xC34BDD) is known color: Medium Orchid. HEX triplet: C3, 4B and DD. RGB value is (195,75,221). Sum of RGB (Red+Green+Blue) = 195+75+221=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 75 (29.69% from 255 or 15.27% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #C34BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BDD is #3CB422. Grayscale: #7F7F7F. Windows color (decimal): -3978275 or 14502851. OLE color: 14502851.

HSL color Cylindrical-coordinate representation of color #C34BDD: hue angle of 289.32º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34BDD is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 75 221 -
CMYK 0.12 0.66 0 0.13
HSL 289.32º 0.68% 0.58% -
HSV(B) 289.32º 0.66% 0.87% -
XYZ 38.07 21.85 70.62 -
YUV 127.52 180.76 176.13 -
System Red Green Blue C M Y K H S L
Decimal 195 75 221 0.12 0.66 0 0.13 289.32 0.68 0.58
Hex C3 4B DD C 42 0 D 121 44 3A
Octal 303 113 335 14 102 0 15 441 104 72
Binary 11000011 1001011 11011101 1100 1000010 0 1101 100100001 1000100 111010

Color Harmonies of #C34BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34BDD

Black with #C34BDD

Text Example


Text Example

White with #C34BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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