Html Css Color HEX #C334DC Medium Orchid

📋 copy color: '#C334DC'

red 195 ◦ green 52 ◦ blue 220

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

Shades of Medium Orchid #C334DC

Tints of Medium Orchid #C334DC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.13%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 41.76%
G = 11.13%
B = 47.11%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C334DC (or 0xC334DC) is known color: Medium Orchid. HEX triplet: C3, 34 and DC. RGB value is (195,52,220). Sum of RGB (Red+Green+Blue) = 195+52+220=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #C334DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334DC is #3CCB23. Grayscale: #717171. Windows color (decimal): -3984164 or 14431427. OLE color: 14431427.

HSL color Cylindrical-coordinate representation of color #C334DC: hue angle of 291.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C334DC is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 52 220 -
CMYK 0.11 0.76 0 0.14
HSL 291.07º 0.71% 0.53% -
HSV(B) 291.07º 0.76% 0.86% -
XYZ 36.65 19.23 69.49 -
YUV 113.91 187.88 185.84 -
System Red Green Blue C M Y K H S L
Decimal 195 52 220 0.11 0.76 0 0.14 291.07 0.71 0.53
Hex C3 34 DC B 4C 0 E 123 47 35
Octal 303 64 334 13 114 0 16 443 107 65
Binary 11000011 110100 11011100 1011 1001100 0 1110 100100011 1000111 110101

Color Harmonies of #C334DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334DC

Black with #C334DC

Text Example


Text Example

White with #C334DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334DC; }

 p { color: rgb(195,52,220); }

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

background-color css

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

 a { background-color: rgb(195,52,220); }

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

border-color css

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

 span { border-color: rgb(195,52,220); }

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