Html Css Color HEX #C334DF Medium Orchid

📋 copy color: '#C334DF'

red 195 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #C334DF

Tints of Medium Orchid #C334DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 41.49%
G = 11.06%
B = 47.45%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C334DF (or 0xC334DF) is known color: Medium Orchid. HEX triplet: C3, 34 and DF. RGB value is (195,52,223). Sum of RGB (Red+Green+Blue) = 195+52+223=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #C334DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334DF is #3CCB20. Grayscale: #717171. Windows color (decimal): -3984161 or 14628035. OLE color: 14628035.

HSL color Cylindrical-coordinate representation of color #C334DF: hue angle of 290.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C334DF is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 52 223 -
CMYK 0.13 0.77 0 0.13
HSL 290.18º 0.73% 0.54% -
HSV(B) 290.18º 0.77% 0.87% -
XYZ 37.05 19.39 71.6 -
YUV 114.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 195 52 223 0.13 0.77 0 0.13 290.18 0.73 0.54
Hex C3 34 DF D 4D 0 D 122 49 36
Octal 303 64 337 15 115 0 15 442 111 66
Binary 11000011 110100 11011111 1101 1001101 0 1101 100100010 1001001 110110

Color Harmonies of #C334DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334DF

Black with #C334DF

Text Example


Text Example

White with #C334DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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