Html Css Color HEX #C34ADE Medium Orchid

📋 copy color: '#C34ADE'

red 195 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #C34ADE

Tints of Medium Orchid #C34ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.07%

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

R = 39.71%
G = 15.07%
B = 45.21%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C34ADE (or 0xC34ADE) is known color: Medium Orchid. HEX triplet: C3, 4A and DE. RGB value is (195,74,222). Sum of RGB (Red+Green+Blue) = 195+74+222=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #C34ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ADE is #3CB521. Grayscale: #7E7E7E. Windows color (decimal): -3978530 or 14568131. OLE color: 14568131.

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

Color convert

RGB 195 74 222 -
CMYK 0.12 0.67 0 0.13
HSL 289.05º 0.69% 0.58% -
HSV(B) 289.05º 0.67% 0.87% -
XYZ 38.14 21.77 71.3 -
YUV 127.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 195 74 222 0.12 0.67 0 0.13 289.05 0.69 0.58
Hex C3 4A DE C 43 0 D 121 45 3A
Octal 303 112 336 14 103 0 15 441 105 72
Binary 11000011 1001010 11011110 1100 1000011 0 1101 100100001 1000101 111010

Color Harmonies of #C34ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34ADE

Black with #C34ADE

Text Example


Text Example

White with #C34ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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