Html Css Color HEX #C333DD Medium Orchid

📋 copy color: '#C333DD'

red 195 ◦ green 51 ◦ blue 221

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

Shades of Medium Orchid #C333DD

Tints of Medium Orchid #C333DD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.92%

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

R = 41.76%
G = 10.92%
B = 47.32%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C333DD (or 0xC333DD) is known color: Medium Orchid. HEX triplet: C3, 33 and DD. RGB value is (195,51,221). Sum of RGB (Red+Green+Blue) = 195+51+221=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #C333DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333DD is #3CCC22. Grayscale: #707070. Windows color (decimal): -3984419 or 14496707. OLE color: 14496707.

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

Color convert

RGB 195 51 221 -
CMYK 0.12 0.77 0 0.13
HSL 290.82º 0.71% 0.53% -
HSV(B) 290.82º 0.77% 0.87% -
XYZ 36.74 19.19 70.17 -
YUV 113.44 188.71 186.18 -
System Red Green Blue C M Y K H S L
Decimal 195 51 221 0.12 0.77 0 0.13 290.82 0.71 0.53
Hex C3 33 DD C 4D 0 D 123 47 35
Octal 303 63 335 14 115 0 15 443 107 65
Binary 11000011 110011 11011101 1100 1001101 0 1101 100100011 1000111 110101

Color Harmonies of #C333DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C333DD

Black with #C333DD

Text Example


Text Example

White with #C333DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C333DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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