Html Css Color HEX #C333ED Medium Orchid

📋 copy color: '#C333ED'

red 195 ◦ green 51 ◦ blue 237

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

Shades of Medium Orchid #C333ED

Tints of Medium Orchid #C333ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 40.37%
G = 10.56%
B = 49.07%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C333ED (or 0xC333ED) is known color: Medium Orchid. HEX triplet: C3, 33 and ED. RGB value is (195,51,237). Sum of RGB (Red+Green+Blue) = 195+51+237=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #C333ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C333ED is #3CCC12. Grayscale: #727272. Windows color (decimal): -3984403 or 15545283. OLE color: 15545283.

HSL color Cylindrical-coordinate representation of color #C333ED: hue angle of 286.45º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C333ED is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 51 237 -
CMYK 0.18 0.78 0 0.07
HSL 286.45º 0.84% 0.56% -
HSV(B) 286.45º 0.78% 0.93% -
XYZ 38.98 20.08 81.94 -
YUV 115.26 196.71 184.88 -
System Red Green Blue C M Y K H S L
Decimal 195 51 237 0.18 0.78 0 0.07 286.45 0.84 0.56
Hex C3 33 ED 12 4E 0 7 11E 54 38
Octal 303 63 355 22 116 0 7 436 124 70
Binary 11000011 110011 11101101 10010 1001110 0 111 100011110 1010100 111000

Color Harmonies of #C333ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C333ED

Black with #C333ED

Text Example


Text Example

White with #C333ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C333ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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