Html Css Color HEX #C34DDE Medium Orchid

📋 copy color: '#C34DDE'

red 195 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #C34DDE

Tints of Medium Orchid #C34DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.59%

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 39.47%
G = 15.59%
B = 44.94%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C34DDE (or 0xC34DDE) is known color: Medium Orchid. HEX triplet: C3, 4D and DE. RGB value is (195,77,222). Sum of RGB (Red+Green+Blue) = 195+77+222=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #C34DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DDE is #3CB221. Grayscale: #808080. Windows color (decimal): -3977762 or 14568899. OLE color: 14568899.

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

Color convert

RGB 195 77 222 -
CMYK 0.12 0.65 0 0.13
HSL 288.83º 0.69% 0.59% -
HSV(B) 288.83º 0.65% 0.87% -
XYZ 38.34 22.18 71.37 -
YUV 128.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 195 77 222 0.12 0.65 0 0.13 288.83 0.69 0.59
Hex C3 4D DE C 41 0 D 121 45 3B
Octal 303 115 336 14 101 0 15 441 105 73
Binary 11000011 1001101 11011110 1100 1000001 0 1101 100100001 1000101 111011

Color Harmonies of #C34DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34DDE

Black with #C34DDE

Text Example


Text Example

White with #C34DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34DDE; }

 p { color: rgb(195,77,222); }

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

background-color css

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

 a { background-color: rgb(195,77,222); }

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

border-color css

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

 span { border-color: rgb(195,77,222); }

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