Html Css Color HEX #C334DD Medium Orchid

📋 copy color: '#C334DD'

red 195 ◦ green 52 ◦ blue 221

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

Shades of Medium Orchid #C334DD

Tints of Medium Orchid #C334DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 41.67%
G = 11.11%
B = 47.22%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C334DD (or 0xC334DD) is known color: Medium Orchid. HEX triplet: C3, 34 and DD. RGB value is (195,52,221). Sum of RGB (Red+Green+Blue) = 195+52+221=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #C334DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334DD is #3CCB22. Grayscale: #717171. Windows color (decimal): -3984163 or 14496963. OLE color: 14496963.

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

Color convert

RGB 195 52 221 -
CMYK 0.12 0.76 0 0.13
HSL 290.77º 0.71% 0.54% -
HSV(B) 290.77º 0.76% 0.87% -
XYZ 36.78 19.28 70.19 -
YUV 114.02 188.38 185.76 -
System Red Green Blue C M Y K H S L
Decimal 195 52 221 0.12 0.76 0 0.13 290.77 0.71 0.54
Hex C3 34 DD C 4C 0 D 123 47 36
Octal 303 64 335 14 114 0 15 443 107 66
Binary 11000011 110100 11011101 1100 1001100 0 1101 100100011 1000111 110110

Color Harmonies of #C334DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C334DD

Black with #C334DD

Text Example


Text Example

White with #C334DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C334DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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