Html Css Color HEX #C333DB Medium Orchid

📋 copy color: '#C333DB'

red 195 ◦ green 51 ◦ blue 219

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

Shades of Medium Orchid #C333DB

Tints of Medium Orchid #C333DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 41.94%
G = 10.97%
B = 47.1%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C333DB (or 0xC333DB) is known color: Medium Orchid. HEX triplet: C3, 33 and DB. RGB value is (195,51,219). Sum of RGB (Red+Green+Blue) = 195+51+219=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #C333DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333DB is #3CCC24. Grayscale: #707070. Windows color (decimal): -3984421 or 14365635. OLE color: 14365635.

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

Color convert

RGB 195 51 219 -
CMYK 0.11 0.77 0 0.14
HSL 291.43º 0.7% 0.53% -
HSV(B) 291.43º 0.77% 0.86% -
XYZ 36.48 19.08 68.78 -
YUV 113.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 195 51 219 0.11 0.77 0 0.14 291.43 0.7 0.53
Hex C3 33 DB B 4D 0 E 123 46 35
Octal 303 63 333 13 115 0 16 443 106 65
Binary 11000011 110011 11011011 1011 1001101 0 1110 100100011 1000110 110101

Color Harmonies of #C333DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C333DB

Black with #C333DB

Text Example


Text Example

White with #C333DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C333DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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