Html Css Color HEX #C344DE Medium Orchid

📋 copy color: '#C344DE'

red 195 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #C344DE

Tints of Medium Orchid #C344DE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.02%

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

R = 40.21%
G = 14.02%
B = 45.77%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C344DE (or 0xC344DE) is known color: Medium Orchid. HEX triplet: C3, 44 and DE. RGB value is (195,68,222). Sum of RGB (Red+Green+Blue) = 195+68+222=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #C344DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344DE is #3CBB21. Grayscale: #7B7B7B. Windows color (decimal): -3980066 or 14566595. OLE color: 14566595.

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

Color convert

RGB 195 68 222 -
CMYK 0.12 0.69 0 0.13
HSL 289.48º 0.7% 0.57% -
HSV(B) 289.48º 0.69% 0.87% -
XYZ 37.76 21.01 71.17 -
YUV 123.53 183.58 178.98 -
System Red Green Blue C M Y K H S L
Decimal 195 68 222 0.12 0.69 0 0.13 289.48 0.7 0.57
Hex C3 44 DE C 45 0 D 121 46 39
Octal 303 104 336 14 105 0 15 441 106 71
Binary 11000011 1000100 11011110 1100 1000101 0 1101 100100001 1000110 111001

Color Harmonies of #C344DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344DE

Black with #C344DE

Text Example


Text Example

White with #C344DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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