Html Css Color HEX #C333D0 Medium Orchid

📋 copy color: '#C333D0'

red 195 ◦ green 51 ◦ blue 208

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

Shades of Medium Orchid #C333D0

Tints of Medium Orchid #C333D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.81%

R = 42.95%
G = 11.23%
B = 45.81%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C333D0 (or 0xC333D0) is known color: Medium Orchid. HEX triplet: C3, 33 and D0. RGB value is (195,51,208). Sum of RGB (Red+Green+Blue) = 195+51+208=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #C333D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C333D0 is #3CCC2F. Grayscale: #6F6F6F. Windows color (decimal): -3984432 or 13644739. OLE color: 13644739.

HSL color Cylindrical-coordinate representation of color #C333D0: hue angle of 295.03º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C333D0 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 51 208 -
CMYK 0.06 0.75 0 0.18
HSL 295.03º 0.63% 0.51% -
HSV(B) 295.03º 0.75% 0.82% -
XYZ 35.07 18.52 61.4 -
YUV 111.95 182.21 187.23 -
System Red Green Blue C M Y K H S L
Decimal 195 51 208 0.06 0.75 0 0.18 295.03 0.63 0.51
Hex C3 33 D0 6 4B 0 12 127 3F 33
Octal 303 63 320 6 113 0 22 447 77 63
Binary 11000011 110011 11010000 110 1001011 0 10010 100100111 111111 110011

Color Harmonies of #C333D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C333D0

Black with #C333D0

Text Example


Text Example

White with #C333D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C333D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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